Phone Numbers
Assign phone number to your account
API Documentation
Authorization
Agents
Phone Numbers
SIP
Messaging
Knowledge
Accounts
Billing
Phone Numbers
Assign phone number to your account
Assign phone number to your account for use
POST
/
api
/
v2
/
phoneNumber
/
assign
curl --request POST \
--url https://api.vida.dev/api/v2/phoneNumber/assign \
--header 'Content-Type: application/json' \
--data '{
"number": "+12145551234",
"country": "US"
}'
{
"success": true,
"message": "Success"
}
Authorizations
Vida API Token
Body
application/json
Response
200
application/json
Successfully assigned phone number to account
The response is of type object
.
curl --request POST \
--url https://api.vida.dev/api/v2/phoneNumber/assign \
--header 'Content-Type: application/json' \
--data '{
"number": "+12145551234",
"country": "US"
}'
{
"success": true,
"message": "Success"
}