List phone numbers
GET
/phone_numbers
Phone Number Configurations
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/phone_numbers'
Response Response Example
200 - Example 1
{
"data": [
{
"billing_group_id": "86f58db9-0fe3-4adc-9d1f-46e66e6e9323",
"call_forwarding_enabled": true,
"call_recording_enabled": true,
"caller_id_name_enabled": true,
"cnam_listing_enabled": true,
"connection_id": "1293384261075731499",
"connection_name": "connection-name",
"country_iso_alpha2": "US",
"created_at": "2019-10-23T18:10:00.000Z",
"customer_reference": "customer-reference",
"emergency_address_id": "1315261609962112019",
"emergency_enabled": true,
"emergency_status": "active",
"external_pin": "1234",
"hd_voice_enabled": true,
"id": "1293384261075731499",
"inbound_call_screening": "disabled",
"messaging_profile_id": "abc85f64-5717-4562-b3fc-2c9600000000",
"messaging_profile_name": "regional-customers",
"phone_number": "+19705555098",
"phone_number_type": "local",
"purchased_at": "2019-10-23T18:10:00.000Z",
"record_type": "phone_number",
"source_type": "number_order",
"status": "active",
"t38_fax_gateway_enabled": true,
"tags": [
"tag_1",
"tag_2"
],
"updated_at": "2019-10-24T18:10:00.000Z"
}
],
"meta": {
"page_number": 2,
"page_size": 25,
"total_pages": 3,
"total_results": 55
}
}
Request
Query Params
page[number]
integerÂ
optional
>= 1
Default:
1
page[size]
integerÂ
optional
>= 1<= 250
Default:
20
filter[tag]
stringÂ
optional
filter[phone_number]
stringÂ
optional
Non-numerical characters will result in no values being returned.
filter[status]
enum<string>Â
optional
Allowed values:
purchase-pendingpurchase-failedport-pendingactivedeletedport-failedemergency-onlyported-outport-out-pending
Example:
active
filter[country_iso_alpha2]
optional
One of
Example:
US
filter[connection_id]
string <int64>
optional
Example:
1521916448077776306
filter[voice.connection_name][contains]
stringÂ
optional
Example:
test
filter[voice.connection_name][starts_with]
stringÂ
optional
Example:
test
filter[voice.connection_name][ends_with]
stringÂ
optional
Example:
test
filter[voice.connection_name][eq]
stringÂ
optional
Example:
test
filter[voice.usage_payment_method]
enum<string>Â
optional
Allowed values:
pay-per-minutechannel
Example:
channel
filter[billing_group_id]
stringÂ
optional
Example:
62e4bf2e-c278-4282-b524-488d9c9c43b2
filter[emergency_address_id]
string <int64>
optional
Example:
9102160989215728032
filter[customer_reference]
stringÂ
optional
filter[number_type][eq]
enum<string>Â
optional
Allowed values:
localnationaltoll_freemobileshared_cost
filter[source]
enum<string>Â
optional
Allowed values:
portedpurchased
sort
enum<string>Â
optional
Allowed values:
purchased_atphone_numberconnection_nameusage_payment_method
Example:
connection_name
Responses
Modified at 2025-06-16 19:14:41