Get a webhook subscription by ID
Webhooks
Get a webhook subscription by ID
Retrieve one webhook subscription.
GET
Get a webhook subscription by ID
Authorizations
Bearer token authentication. Include your API token in the Authorization header.
Format: Authorization: Bearer <your-token>
Path Parameters
Unique identifier of the webhook subscription
Response
Webhook subscription found and returned successfully
Unique identifier for the webhook subscription
URL where webhook events will be sent
List of event types this subscription receives
Available options:
message.sent, message.received, message.read, message.delivered, reaction.added, reaction.removed, participant.added, participant.removed, chat.created, chat.group_name_updated, chat.group_icon_updated, chat.typing_indicator.started, chat.typing_indicator.stopped Whether this subscription is currently active
When the subscription was created
When the subscription was last updated

