GET
/
v1
/
phone-numbers
{
  "phone_numbers": [
    {
      "_id": "<string>",
      "provider": "sip",
      "phone_number": "<string>",
      "friendly_name": "<string>",
      "sip_termination_uri": "<string>",
      "sip_trunk_username": "<string>",
      "sip_trunk_password": "<string>",
      "inbound_agent_id": "<string>",
      "outbound_agent_id": "<string>",
      "sip_infra_region": "global"
    }
  ],
  "next_page_token": "<string>"
}

Query Parameters

page_size
integer
default:20
Required range: 1 <= x <= 100
page_token
string | null

Response

200
application/json
Successful Response
phone_numbers
object[]
required

List of phone number records matching the query parameters

next_page_token
string | null

Token for retrieving the next page of results. Null if there are no more results