Get the current webhook subscription for the workspace.
Get the current webhook subscription for the workspace.
Returns the workspace’s single outbound webhook configuration: the destination endpoint URL, the list of subscribed event topics, the channel scope, the connection status (connected/disconnected/error), and whether a signing secret is set (has_secret). The signing secret value itself is never returned. If no webhook has been configured yet the endpoint is null, events is an empty array, channel defaults to “all” and status is “disconnected”.
GET
Get the current webhook subscription for the workspace.
Authorizations
Your workspace API key. It both authenticates the caller and selects the workspace.
Response
Success.

