Skip to main content
POST
/
organization
/
external-sync
Sync pricing and/or limits from an external source
curl --request POST \
  --url https://api.callers.ai/organization/external-sync \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "limits": {
    "outgoingLimit": null,
    "incomingLimit": null
  }
}
'
{
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.callers.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Headers

x-sub-organization-id
string

Optional sub organization ID. Must belong to your main organization API key.

Body

application/json
pricing
object
limits
object

Response

Sync completed successfully.

success
boolean