List destinations
GET/api/v1/purchases/:purchase_id/destinations
Retrieve the list of inbound destinations configured for a specific DID number.
Destinations define where incoming calls to a DID should be routed (SIP addresses, phone numbers, etc.).
Features:
- Returns only current (non-deleted) destinations
- Each destination includes active status and callhunt settings
Authentication:
- Requires Bearer token in Authorization header:
Authorization: Bearer <token>
Request
Responses
- 200
- 403
- 404
Successfully returns all current destinations for the specified DID
Returns 403 error when API token is incorrect
Returns 404 error when DID number does not exist or is not owned by user