Skip to main content
POST
/
v1
/
organization
/
billing
/
sync
cURL
curl --request POST \
  --url https://api.buildwithchirp.com/v1/organization/billing/sync \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>",
  "eventId": "<string>",
  "sync_run_id": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.buildwithchirp.com/llms.txt

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

Authorizations

Authorization
string
header
required

Admin API key (format: sk_admin_*) for organization-level operations

Response

Sync event dispatched

message
string
required
eventId
string
sync_run_id
string