Update Webhook Endpoint
Update a webhook’s configuration.
The webhook must belong to one of the user’s developer apps. You can update the service_type, url, or secret_token.
Authentication: X-API-Key header required
Authorizations
Headers
Path Parameters
Body
Schema for updating an existing webhook.
Type of service for this webhook
^(sms|voice|otp|whatsapp|email)$"sms"
The URL where webhook events will be sent
1 - 2083"https://example.com/webhook/updated"
Secret token for signing outgoing webhook requests
16 - 255"updated_secret_token"
Response
Successful Response
Schema for webhook response.
Unique identifier for the webhook
The ID of the developer app
Type of service
The webhook URL
When the webhook was created
When the webhook was last updated
Secret token (masked for security)