curl --request POST \
--url https://api.vida.dev/api/v2/phoneNumber/return \
--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.
curl --request POST \
--url https://api.vida.dev/api/v2/phoneNumber/return \
--header 'Content-Type: application/json' \
--data '{
"number": "+12145551234"
}'
{
"success": true,
"message": "Success"
}
Vida API Token
Successfully returned phone number
The response is of type object
.