Skip to main content

Retrieve phone number

GET 

/api/v1/domains/:domain_uuid/phone-numbers/:destination_uuid

Returns a single phone number for the specified domain the caller is allowed to access.

Access rules:

  • Caller must have access to the target domain (domain scope).
  • Caller must have the destination_view permission.

Example:

  • GET /api/v1/domains/{domain_uuid}/phone-numbers/{destination_uuid}

Request

Responses

Success