Skip to main content
POST
/
api
/
v1
/
assistants
/
organization
/
phone-numbers
/
sync
{
  "success": true,
  "message": "<string>",
  "synced_count": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.burki.dev/llms.txt

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

This endpoint triggers synchronization with all configured telephony providers for your organization. It can import new phone numbers from Twilio, Telnyx, and Vonage accounts and add numbers that are not already present in your organization’s database. This is useful for ensuring that Burki is up-to-date with the phone numbers available in your provider accounts. The request does not require a body.

Response

A successful sync will return a JSON object confirming the operation and stating how many new numbers were added.
Response
{
  "success": true,
  "message": "Successfully synced 3 phone numbers: Twilio: 1, Telnyx: 1, Vonage: 1",
  "synced_count": 3
}

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

Successful Response

Response model for syncing phone numbers.

success
boolean
required
message
string
required
synced_count
integer
required