For the complete documentation index, see llms.txt. This page is also available as Markdown.

Phone Numbers

List organization phone numbers configured for inbound and outbound calls

Get Phone Numbers

get

Get all phone numbers configured for the organization. Supports pagination with page and page_size query parameters.

Authorizations
AuthorizationstringRequired

Organization API Token.

Paste only your token in the field below — the Bearer prefix is added automatically by the docs UI and in every generated code sample. The final header sent is:

Authorization: Bearer {orgId}.{secretToken}

Token format: {orgId}.{secretToken} — example: 15c94c3c-1873-4a09-bfbb-03357c29ea50.abc123xyz.

JWT tokens are NOT accepted.

Query parameters
pageintegerOptional

Page number

page_sizeintegerOptional

Number of results per page (max 100)

Responses
200

List of phone numbers configured for the organization

application/json
Other propertiesanyOptional
get/api/account/phone-numbers
200

List of phone numbers configured for the organization

Last updated