Skip to main content

Update destination

PATCH 

/api/v1/purchases/:purchase_id/destinations/:id

Update an existing inbound destination for a DID number.

Updatable Fields:

  • dialing_type - Dialing mode: sequence, ring_all or random
  • callhunt - Legacy two-state mirror of dialing_type; ignored when dialing_type is sent
  • active - Enable/disable this destination

Note: The destination address and transport protocol cannot be changed. To change these, delete and create a new destination.

Authentication:

  • Requires Bearer token in Authorization header: Authorization: Bearer <token>

Request

Responses

Successfully updates destination settings and returns updated destination