Phone Numbers
Get all phone numbers
Get all phone numbers owned by the authenticated user
This endpoint returns a list of all phone numbers associated with your account, including their subscription status and capabilities.
Response
dataarray
Array of phone number objects
{
"data": [
{
"id": 1,
"phone_number": "+14155551234",
"nickname": "Sales line",
"country_code": "US",
"type": "normal",
"type_label": "Dedicated Number",
"sms_capable": true,
"region": "us1",
"has_active_subscription": true,
"created_at": "2025-01-08T10:30:00.000000Z"
},
{
"id": 2,
"phone_number": "+442071234567",
"nickname": null,
"country_code": "GB",
"type": "normal",
"type_label": "Dedicated Number",
"sms_capable": false,
"region": "us1",
"has_active_subscription": true,
"created_at": "2025-01-05T14:20:00.000000Z"
}
]
}
There is also a legacy endpoint GET /user/phone-numbers that returns only SMS-capable phone numbers with active subscriptions. Use this /all endpoint if you need all phone numbers regardless of SMS capability or subscription status.
Related guides
Phone Numbers
Types of Phone Numbers
Learn about the different types of phone numbers you can use with VoxLink.ai: dedicated numbers, SIP integration, and Caller ID
Read guide →Phone Numbers
Purchasing & Managing Numbers
Learn how to purchase, provision, and manage phone numbers for your AI assistants
Read guide →Phone Numbers
SMS Capabilities
Learn about SMS features, requirements, and pricing for your phone numbers
Read guide →Phone Numbers
Assigning Numbers to Assistants
Learn how to connect your phone numbers to AI assistants for both inbound and outbound calls
Read guide →