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_viewpermission.
Example:
GET /api/v1/domains/{domain_uuid}/phone-numbers/{destination_uuid}
Request
Responses
- 200
- 400
- 401
- 403
- 404
Success
Invalid destination UUID
Unauthenticated
Forbidden
Phone number not found