Skip to main content
GET
/
phone-numbers
/
search
Search available numbers
curl --request GET \
  --url https://api.getarbol.com/v1/phone-numbers/search \
  --header 'Authorization: Bearer <token>'
{
  "error": {
    "code": "<string>",
    "message": "<string>",
    "details": {}
  },
  "requestId": "<string>"
}

Authorizations

Authorization
string
header
required

Use your API key from the Arbol dashboard. Go to Settings > API Keys to generate one.

Query Parameters

countryCode
string
required
Required string length: 2
areaCode
string
region
string
type
enum<string>
Available options:
local,
mobile,
toll-free

Response

Available numbers