Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl -X PUT "https://api.hedra.com/v3/webhooks/default" \ -H "Authorization: Bearer $HEDRA_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "url": "url" }'
200
Example
{ "url": "<string>", "enabled": false, "updated_at": "2023-11-07T05:31:56Z", "updated_by_key_id": "<string>" }
Primary scheme: Authorization: Key <key_id>:<secret>.
Authorization: Key <key_id>:<secret>
HTTPS endpoint to receive terminal webhooks for every job that names no per-job webhook on submit.
webhook
1 - 8192
Whether the default endpoint receives deliveries; false pauses it without discarding the URL.
Successful Response
The stored default endpoint; null when none is configured.
Whether the default endpoint is active.
ISO-8601 instant the config last changed.
The API key that last changed the config.
Was this page helpful?
Contact support