Skip to main content
POST
/
purchase-number-with-compliance
Purchase Number with Compliance
curl --request POST \
  --url https://api.kallabot.com/purchase-number-with-compliance \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "phone_number": "<string>",
  "sid": "<string>",
  "friendly_name": "<string>",
  "bundle_sid": "<string>",
  "bundle_status": "<string>",
  "compliance_verified": true
}

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 purchase

friendly_name
string

Friendly name for the number

bundle_sid
string
required

Approved regulatory bundle SID

Response

Phone number purchased with compliance

success
boolean
required
phone_number
string
required
sid
string
required
bundle_sid
string
required
compliance_verified
boolean
required
friendly_name
string
bundle_status
string