curl --request POST \
--url https://api.vida.dev/api/v2/phoneNumber/search/local/locality \
--header 'Content-Type: application/json' \
--data '{
"city": "Austin",
"region": "TX",
"country": "US"
}'
{
"success": true,
"message": "Success"
}
Search for a phone number based on city, region, and country.
curl --request POST \
--url https://api.vida.dev/api/v2/phoneNumber/search/local/locality \
--header 'Content-Type: application/json' \
--data '{
"city": "Austin",
"region": "TX",
"country": "US"
}'
{
"success": true,
"message": "Success"
}
Vida API Token
Successfully retrieved available numbers
The response is of type object
.