GET
/
api
/
v1
/
phone-numbers
/
search
curl --request GET \
  --url https://api.elemente.ai/api/v1/phone-numbers/search
[
  {
    "countryName": "United States",
    "countryCode": "US",
    "number": "+1234567890",
    "price": 1.99
  }
]

Query Parameters

countryCode
string
required

Search numbers by country

Response

200
application/json

Return list of available numbers

The response is of type object[].