Skip to main content
POST
/
admin
/
organization
/
{id}
/
external-sync
Sync pricing and/or limits for a target organization
curl --request POST \
  --url https://api.callers.ai/admin/organization/{id}/external-sync \
  --header 'Content-Type: application/json' \
  --header 'X-Sync-Secret: <api-key>' \
  --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

X-Sync-Secret
string
header
required

Headers

x-sub-organization-id
string

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

Path Parameters

id
string
required

Body

application/json
pricing
object
limits
object

Response

Sync completed successfully.

success
boolean