Numbers
Create phone number
POST
/
api
/
v1
/
phone-numbers
Authorizations
Authorization
string
headerrequiredBasic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Body
application/json
phone
string
requiredThe phone number
country
string | null
requiredThe country code
Response
201 - application/json
phone
string
requiredThe phone number
agentId
string
requiredThe agent ID
country
string
requiredThe country code