Phone Numbers
Get Phone Number
GET
/
phone_numbers
/
{phone_number}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
phone_number
string
requiredThe phone number including the country code.
Response
200 - application/json
uri
string
requiredThe uri of the phone number.
phone_number
string
requiredThe phone number including the country code.
account_id
string
requiredThe account id associated with the phone number.
created_at
string
requiredThe date the phone number was created.
updated_at
string
requiredThe date the phone number was last updated.
telephony
object
requiredThe telephony provider for the phone number.
id
string
requiredThe id of the phone number.
inbound_agent_id
string
The agent id that will be used for inbound calls. If null, the phone number will not receive any calls.
webhooks
object[]
The webhooks of the phone number. This is used to fetch the agent at the start of the conversation.