GET
/
phone-numbers
/
search
cURL
curl --request GET \
  --url https://api.bolna.ai/phone-numbers/search \
  --header 'Authorization: Bearer <token>'
[
  {
    "region": "San Francisco",
    "friendly_name": null,
    "locality": null,
    "phone_number": "+19876543210",
    "postal_code": null,
    "price": 5
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

country
enum<string>
required

The country code for the phone number.

Available options:
US,
IN
pattern
string
required

3-character prefix for the phone number to search with

Response

200
application/json

list phone numbers response

The response is of type Items · object[].