Skip to main content
POST
Handle webhook requests from phones Routes to the appropriate handler based on the request type

Authorizations

Authorization
string
header
required

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

Body

application/json
type
enum<string>
required
Available options:
ping,
sms

Response

status
string
required
Example:

"success"

sms_id
string
required