Register Webhook
Register or update the indexing webhook for your workspace.
signing_secret preserves any secret you already have. Editing the URL or the event list never changes your signing configuration. To disable signing, call DELETE /webhooks/indexing/signing-secret explicitly. See Manage the signing secret.Authorizations
API key sent as a Bearer token: "Bearer prefix.secret"
Body
Webhook registration request
Event types to subscribe to (e.g. ["indexing.status_changed"]).
Generate a signing secret as part of this request, so registering and enabling signing are one atomic operation. The secret is returned once on the response and cannot be retrieved later. Mutually exclusive with signing_secret.
true
Secret used to sign webhook payloads. Deliveries carry X-HydraDB-Signature: sha256=<hex>, the HMAC-SHA256 of the raw request body keyed by this secret. Minimum 16 characters when you supply your own; omit it and one is generated for you. On registration, omitting this field preserves any existing secret - to disable signing, call DELETE /webhooks/indexing/signing-secret.
"whsec_EXAMPLE_ONLY_THIS_IS_NOT_A_REAL_SIGNING_KEY"
Endpoint URL to deliver webhook events to.
"https://docs.hydradb.com/phoenix"
