Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

Use an API key from https://nuntly.com/api-keys. Required on every endpoint.

Body

application/json
permission
enum<string>
required

The permission type for the api key

Available options:
fullAccess,
sendingAccess
name
string

The name of the api key

Example:

"Production"

status
enum<string>

The status for the api key

Available options:
enabled,
disabled,
revoked
domainIds
string[]

The domain ids to restrict the api key to (only for sendingAccess)

Response

Created.

data
object
required