cURL
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
Vida API Token
Phone Number to assign to your account
"+12145551234"
Country for the phone number to assign
"US"
Successfully assigned phone number to account
true
"Success"