Search for available phone numbers to purchase.
curl --request GET \ --url https://api.prod.usesimple.ai/api/v1/numbers/search \ --header 'Authorization: <api-key>'
[ { "phone_number": "<string>", "friendly_name": "<string>", "address_requirements": "<string>", "region": "<string>", "country": "<string>" } ]
Was this page helpful?