List webhooks
List all webhooks for a channel
Overview
Returns all webhooks registered on a channel. Theauth.configured field indicates whether authentication credentials are set, but the credentials themselves are not returned for security reasons.
The secret field (HMAC signing) is also not returned in the list — it is only available at the time of creation or when updating with signing: true.
Authorizations
Secret Key generated in the Hub Message Security panel
Path Parameters
Channel ID
"019E4C54B1B375A28970B605CA9B03C3"
Response
List of channel webhooks
Unique webhook ID
"A1B2C3D4E5F6789012345678901234AB"
ID of the channel this webhook belongs to
"019E4C54B1B375A28970B605CA9B03C3"
Event destination URL
"https://app.yourcompany.com/webhooks/hubmessage"
Webhook description
"Main production webhook"
Configured event types
["MESSAGE_RECEIVED", "MESSAGE_STATUS"]Current webhook status
ENABLED, DISABLED "ENABLED"
Indicates whether HMAC signing is enabled
true
Summary of configured authentication — credentials are not returned for security
Delivered payload format
DEFAULT, Z_API "DEFAULT"
Configured extra attributes
{}Creation date
"2025-01-15T10:30:00.000+0000"
Last update date
"2025-01-15T10:30:00.000+0000"