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"
}
Assign phone number to your account for use
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"
}
Vida API Token
Successfully assigned phone number to account
The response is of type object
.