Skip to main content

Customer Phone Numbers

Manage Destinations (aka Customer Phone Numbers)

Destinations are an alternate way of managing RingPools. Learn more about RingPools here.

Properties

Endpoint:
NOTE: Creating & Deleting DestinationsCreating a Destination via this endpoint isn’t possible. A Destination can be made alongside a RingPool that it’ll be associated with via the RingPool endpoint (Documentation).The Destination can be deleted via this endpoint, but if the associated RingPool is going to be deleted as well, you can save a request by utilizing the delete_detected_phone_number parameter in the RingPool endpoint.

GET /customer_phone_numbers

Get all Destinations

Parameters

Examples

Read all Destinations as an array. Endpoint:
Response Code: 200 Response Body:

GET /customer_phone_numbers/<customer_phone_number_id>

Get a Destination

Examples

Read a Destination Endpoint:
Response Code: 200 Response Body:

DELETE /customer_phone_numbers/<customer_phone_number_id>

Delete a Destination

Examples

Delete a Destination Endpoint:
Response Code: 200 Response Body:
Last modified on August 18, 2026