curl --request POST \
--url 'https://api.vida.dev/api/v2/phoneNumber/byo/assign?token=' \
--header 'Content-Type: application/json' \
--data '
{
"number": "+12145551234"
}
'{
"success": true,
"message": "Success"
}Assign a phone number you are supplying yourself to an agent. Requires reseller account.
curl --request POST \
--url 'https://api.vida.dev/api/v2/phoneNumber/byo/assign?token=' \
--header 'Content-Type: application/json' \
--data '
{
"number": "+12145551234"
}
'{
"success": true,
"message": "Success"
}