POST

https://api.vida.dev

/
api
/
v2
/
phoneNumber
/
search
/
local
/
prefix
curl --request POST \
  --url https://api.vida.dev/api/v2/phoneNumber/search/local/prefix \
  --header 'Content-Type: application/json' \
  --data '{
  "prefix": "216",
  "country": "US",
  "strict": true
}'
{
  "success": true,
  "message": "Success"
}

Authorizations

token
string
queryrequired

Vida API Token

Body

application/json
prefix
string

Prefix you are searching for

country
string

Country used for the search

strict
boolean
default: true

If strict search is to be used. If no results found, will other numbers in same general area.

Response

200 - application/json
success
boolean
message
string