cURL
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>" } ]
Search for available phone numbers to purchase.
Successful Response
The response is of type AvailableNumberResponse · object[].
AvailableNumberResponse · object[]
Was this page helpful?