Skip to main content
POST
/
namespaces
cURL
curl -X POST 'https://api.nuntly.com/namespaces' \
  -H 'Authorization: Bearer apk_xxx' \
  -H 'Content-Type: application/json' \
  -d '{"name":"<name>"}'
{
  "data": {
    "id": "<string>",
    "createdAt": "<string>",
    "name": "<string>",
    "externalId": "<string>",
    "updatedAt": "<string>"
  }
}

Authorizations

Authorization
string
header
required

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

Body

application/json
name
string
required

The display name of the namespace.

externalId
string

An optional external identifier for the namespace.

Response

Created.

data
object
required