Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
{
"client_id": "string",
"client_secret": "string",
"organization_id": "string",
"sub_organization_id": "string"
}
Request Code Samples
curl --location --request POST '/auth/api-key' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"client_id": "string",
"client_secret": "string",
"organization_id": "string",
"sub_organization_id": "string"
}'
Responses
application/json Modified at 2025-11-19 17:35:20