Skip to main content
POST
/
phone-numbers
/
sync
curl --request POST \ --url https://api.vocobase.com/api/v2/phone-numbers/sync \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "provider": "PLIVO" } '
{ "success": true, "data": { "imported": 2, "skipped": 1, "total_remote": 3 } }

Documentation Index

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

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

Authorizations

Authorization
string
header
required

API key in format: rg_live_xxxx. Pass as a Bearer token in the Authorization header.

Body

application/json
provider
string
required
Allowed value: "PLIVO"

Response

Sync completed. Plivo and Vobiz return different counters.

success
boolean
data
object