Skip to main content
GET
/
countries
/
available
Get Available Countries
curl --request GET \
  --url https://api.kallabot.com/countries/available \
  --header 'Authorization: Bearer <token>'
{
  "countries": [
    {
      "country_code": "US",
      "country": "United States",
      "beta": false,
      "available_number_types": [
        "local",
        "national",
        "mobile",
        "toll-free"
      ],
      "compliance_level": "low",
      "availability_type": "instant",
      "subresource_uris": {
        "local": "/2010-04-01/Accounts/.../AvailablePhoneNumbers/US/Local.json",
        "toll_free": "/2010-04-01/Accounts/.../AvailablePhoneNumbers/US/TollFree.json"
      }
    }
  ],
  "total_count": 60,
  "instant_available": 45,
  "request_only": 15
}

Authorizations

Authorization
string
header
required

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

Response

List of available countries

countries
object[]
required
total_count
integer
required

Total number of countries

instant_available
integer

Countries with instant number availability

request_only
integer

Countries requiring special approval