cURL
curl --request GET \ --url https://api.eqho.ai/v1/phone-numbers/available \ --header 'X-API-KEY: <api-key>'
{ "phone_numbers": [ { "type": "local", "phone_number": "<string>", "lata": "<string>", "locality": "<string>", "region": "<string>", "postal_code": "<string>", "country_code": "<string>", "address_requirements": "<string>", "capabilities": { "mms": false, "sms": false, "voice": false } } ] }
List available phone numbers for purchase. Note the phone_number to use in the claim endpoint.
Optional string that if present must be at least 2 characters and only contain *, 0-9, a-z, and A-Z
Successful Response
The response is of type object.
object
Was this page helpful?