Skip to main content
POST
/
api
/
organizations
/
api-keys
Get organization API keys
curl --request POST \
  --url https://your-instance.example.com/api/organizations/api-keys \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "id": "<string>"
}
'
{
  "_id": "<string>",
  "anthropicApiKey": "<string>",
  "sinchServicePlanId": "<string>",
  "sinchApiToken": "<string>",
  "sinchMmsApiKey": "<string>",
  "sinchMmsServiceId": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
id
string

Response

API keys returned

_id
string
anthropicApiKey
string
sinchServicePlanId
string
sinchApiToken
string
sinchMmsApiKey
string
sinchMmsServiceId
string