Get webhook event configuration for a channel
GET/v1/communication/channel/:applicationChannelId/webhook/:webhookId/config
Returns the subscribed event types and enabled state for a webhook on a specific application channel. Returns an empty events list if no configuration exists. This is the standard API-key route for a pending or completed Sandbox application channel. The webhook and channel must belong to the exact application authenticated by the API key.
Request
Responses
- 200
- 401
- 404
Webhook channel configuration.
Missing, invalid, expired, or deleted application API key.
Application channel or webhook not found or does not match the API key.