List webhooks
Returns every outbound webhook configured for the workspace. Signing secrets are not included — they are returned only when the webhook is created.
Authorizations
Bearer token for authentication. Format: 'Bearer {token}'
Headers
Workspace ID (uses default workspace if not provided)
Response
List webhooks
Api_V1_Entities_Webhook model
Unique webhook identifier
Display name (unique per workspace)
Destination URL events are POSTed to
Whether deliveries are currently sent
Event types this webhook subscribes to: 'deploy_started', 'deploy_ended'
App UUIDs this webhook is scoped to. Empty means every app in the workspace.
Signing secret, formatted 'whsec_'. Returned ONLY in the create response — store it, it cannot be read back.
Creation timestamp
Last update timestamp

