cURL
curl --request POST \ --url 'https://api.vida.dev/api/v2/phoneNumber/return?token=' \ --header 'Content-Type: application/json' \ --data ' { "number": "+12145551234" } '
{ "success": true, "message": "Success" }
Return a phone number and unassigns the number from the agent account. If provided by an external integrated number supplier, will return to them too. Requires reseller account.
Vida API Token
Phone Number to unassign from your account
"+12145551234"
Successfully returned phone number
true
"Success"