Skip to content
V2 (Legacy) API ReferenceGet started

Phonenumbers

Phone Numbers represent the phone numbers assigned to your partner account.

Use the list phone numbers endpoint to discover which phone numbers are available for sending messages.

When creating chats, listing chats, or sending a voice memo, use one of your assigned phone numbers in the from field.

List phone numbers (deprecated)
Deprecated
GET/v3/phonenumbers
ModelsExpand Collapse
PhonenumberListResponse object { phone_numbers }
phone_numbers: array of object { id, phone_number, capabilities, 2 more }

List of phone numbers assigned to the partner

id: string

Unique identifier for the phone number

formatuuid
phone_number: string

Phone number in E.164 format

capabilities: optional object { mms, sms, voice }
mms: boolean

Whether MMS messaging is supported

sms: boolean

Whether SMS messaging is supported

voice: boolean

Whether voice calls are supported

country_code: optional string

Deprecated. Always null.

type: optional string

Deprecated. Always null.