Skip to main content
GET
/
organizations
/
{id}
cURL
curl -X GET 'https://api.nuntly.com/organizations/org_01ka8k8s80gvx9604cn9am5st4' \
  -H 'Authorization: Bearer apk_xxx'
{
  "data": {
    "id": "<string>",
    "name": "<string>"
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

The id of the organization

Response

Successful response.

data
object
required