POST
/
api
/
v2
/
phoneNumber
/
search
/
local
/
locality
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"
}

Authorizations

token
string
query
required

Vida API Token

Body

application/json

Response

200
application/json
Successfully retrieved available numbers

The response is of type object.