cURL
curl --request GET \ --url https://api.elemente.ai/api/v1/phone-numbers/search
[ { "countryName": "United States", "countryCode": "US", "number": "+1234567890", "price": 1.99 } ]
Search numbers by country
Return list of available numbers
The name of the country for the phone number.
"United States"
The country code for the phone number.
"US"
The phone number.
"+1234567890"
The price for the phone number.
1.99