Skip to main content
GET
/
namespaces
cURL
curl -X GET 'https://api.nuntly.com/namespaces' \
  -H 'Authorization: Bearer apk_xxx'
{
  "data": [
    {
      "id": "<string>",
      "createdAt": "<string>",
      "name": "<string>",
      "externalId": "<string>",
      "updatedAt": "<string>"
    }
  ],
  "nextCursor": "<string>"
}

Authorizations

Authorization
string
header
required

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

Query Parameters

cursor
string

Pagination cursor from a previous response

limit
integer
default:30

Maximum number of items to return

Required range: 1 <= x <= 30

Response

Successful response.

data
object[]
required
nextCursor
string | null