Skip to main content
GET
/
regulatory
/
bundles
List Regulatory Bundles
curl --request GET \
  --url https://api.kallabot.com/regulatory/bundles \
  --header 'Authorization: Bearer <token>'
{
  "bundles": [
    {
      "sid": "<string>",
      "friendly_name": "<string>",
      "status": "<string>",
      "regulation_sid": "<string>",
      "iso_country": "<string>",
      "end_user_type": "<string>",
      "number_type": "<string>",
      "date_created": "2023-11-07T05:31:56Z",
      "date_updated": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Query Parameters

status
enum<string>

Filter by status

Available options:
draft,
pending-review,
in-review,
twilio-rejected,
twilio-approved,
provisionally-approved
iso_country
string

Filter by country

number_type
enum<string>

Filter by number type

Available options:
local,
mobile,
tollfree

Response

List of regulatory bundles

bundles
object[]
required