Webhooks
Get Webhook Config
Retrieve webhook configuration for an app.
GET
Returns the webhook delivery configuration for an app.Documentation Index
Fetch the complete documentation index at: https://docs.hopae.com/llms.txt
Use this file to discover all available pages before exploring further.
Request
Bearer <API_KEY> from Console > Developers > Workspace API Keys.Path parameters
Client identifier of the app.
Response
Destination URL for webhook delivery.
Whether webhooks are sent.
Stored configuration value. The delivery pipeline currently uses a workspace-wide default (3 attempts at 1s / 5s / 30s) rather than this per-app value. Per-app override is on the roadmap.
Stored configuration value. The delivery pipeline currently uses a workspace-wide default (10s). Per-app override is on the roadmap.
Webhook signing secret.
Subscribed webhook events. See the Webhook Event Types reference for the full list. Common values:
verification.created, verification.completed, verification.failed, verification.session.timed_out, verification.workflow.cancelled.Webhook config identifier.
Webhooks are signed via HMAC-SHA256 using the app’s webhook secret. Each delivery includes an
X-Hopae-Signature header in the format t=<unix-timestamp>,v1=<hex-hmac-sha256>.
See the Webhook Signature Verification guide for verification code
and replay-protection recommendations.
