Phone Numbers
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