v1
latestOpenAPI 3.0.02026-07-26592893.0 KBUpdate SMS Webhook
Update an existing webhook configuration for the SMS service.
put/dev/webhook/v2/sms/{id}
Path parameters
idstring required
The unique Webhook ID.
Headers
Authorizationstring required
Provide "YOUR_API_KEY".
Request body
Example request
{
"name": "SMS Production Callback",
"template": "custom",
"event": "all",
"identity_id": "109283746561",
"method": "POST",
"url": "https://yourdomain.com/callback",
"content_type": "application/json",
"payload_transform": "standard",
"status": "active",
"payload": "{\n \"msg_id\": \"@{{request_id}}\",\n \"status\": \"@{{status}}\"\n}",
"headers": {
"Authorization": "SecretToken123"
},
"payload_type": "SIMPLIFIED"
}Response
Webhook configuration updated successfully.