Skip to main content
GET
/
regulatory
/
requirements
Check Regulatory Requirements
curl --request GET \
  --url https://api.kallabot.com/regulatory/requirements \
  --header 'Authorization: Bearer <token>'
{
  "phone_number": "+14155551234",
  "country": "US",
  "number_type": "local",
  "requirements": [],
  "total_regulations": 0,
  "public_documentation": {
    "country_specific_guidelines": "https://www.twilio.com/en-us/guidelines/us/regulatory",
    "general_regulatory_docs": "https://www.twilio.com/docs/phone-numbers/regulatory"
  },
  "note": "No specific regulatory requirements for US local numbers"
}

Authorizations

Authorization
string
header
required

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

Query Parameters

phone_number
string
required

Phone number to check requirements for

country
string
default:US

Country code

number_type
enum<string>
default:local

Type of phone number

Available options:
local,
mobile,
tollfree

Response

Regulatory requirements information

phone_number
string
country
string
number_type
string
requirements
object[]
total_regulations
integer
public_documentation
object
note
string