Skip to main content
POST
JavaScript

Authorizations

Authorization
string
header
required

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

Body

application/json
phone_number
string
required

A valid US phone number in E164 format.

Pattern: ^\+1\d{10}$
Example:

"+13035553000"

webhook_url
string

Callback URL to receive webhook notifications.

Example:

"https://example.com/webhook"

additional_data
object

Response

Successful Response

data
object