Skip to main content
POST
/
phone-numbers
/
resync
Re-apply carrier Application bindings
curl --request POST \
  --url https://api.vocobase.com/api/v2/phone-numbers/resync \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "provider": "VOBIZ"
}
'
{
  "success": true,
  "data": {
    "total": 3,
    "succeeded": 3,
    "failed": [],
    "application_id": "VB_APP_a1b2c3d4"
  }
}

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
enum<string>
required
Available options:
PLIVO,
VOBIZ

Response

Resync summary.

success
boolean
data
object