Register SMS Webhook
SMS
Register SMS Webhook
Register a webhook client to receive SMS notifications
POST
Register SMS Webhook
Register a webhook URL to receive real-time notifications for incoming SMS messages and delivery reports. Only one webhook can be registered per integrator account. Returns a
409 if a webhook is already registered — use the update endpoint to change it.Body
application/json
Webhook URL to receive SMS notifications
Example:
"https://myapp.com/webhooks/sms"
Response
201 - undefined