Phone numbers
Retrieve a phone number
Retrieves a PhoneNumber object.
get/phone_numbers/{id}
Path parameters
idstring required
The ID of the phone number to retrieve.
Example:pn_01jsjwe4d9fx3tpymgtg958d9w
Response
Phone number
Example response
{
"campaign": {
"attachment_status": "attached",
"id": "cpn_01jjnn7s0zfx5tdcsxjfy93et2"
},
"campaign_id": "cpn_01jjnn7s0zfx5tdcsxjfy93et2",
"id": "pn_01jsjwe4d9fx3tpymgtg958d9w",
"name": "(801) 555-1234",
"number": "+18015551234",
"type": "local"
}