Skip to main content
GET
/
phone-numbers
List imported phone numbers
curl --request GET \
  --url https://api.vocobase.com/api/v2/phone-numbers \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "phone_numbers": [
      {
        "id": "f1a2c3d4-1111-2222-3333-444455556666",
        "phone_number": "+918065480085",
        "provider": "VOBIZ",
        "friendly_name": null,
        "status": "ACTIVE",
        "is_default": false,
        "agent": null,
        "created_at": "2026-05-20T08:00:00.000Z",
        "updated_at": "2026-05-20T08:00:00.000Z"
      }
    ]
  }
}

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.

Query Parameters

provider
enum<string>

Optional provider filter.

Available options:
PLIVO,
VOBIZ

Response

Imported phone numbers.

success
boolean
data
object