GET
/
numbers
/
search
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>"
  }
]

Authorizations

Authorization
string
header
required

Query Parameters

area_code
string
country
string

Response

200 - application/json

Successful Response

The response is of type AvailableNumberResponse · object[].