External Connections
Retrieve a phone number
Return the details of a phone number associated with the given external connection.
get/external_connections/{id}/phone_numbers/{phone_number_id}
Path parameters
idstring required
Example:1293384261075731499
Identifies the resource.
phone_number_idstring required
Example:1234567889
A phone number's ID via the Telnyx API
Response
Successful response
Example response
{
"data": {
"ticket_id": "542c3bca-d247-42bc-8fe7-e01d16ecd761"
}
}