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"
}
Search for a phone number based on 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"
}
Vida API Token
Successfully retrieved available numbers
The response is of type object
.