v51

latestOpenAPI 3.0.0GPL-3.0raw.githubusercontent.com2026-08-01199241439.9 KB
webhooks

Enable webhook HMAC

Enables HMAC authentication for the existing webhook and returns the generated HMAC secret exactly once. If enforcementMode is omitted, it defaults to strict. Developer, manager, or admin only.

post/dags/{fileName}/webhook/hmac/enable

Path parameters

fileNamestring regex required

Name of the DAG file

the name of the DAG file

Query parameters

remoteNodestring

name of the remote node

Request body

authMode'token_and_hmac' | 'hmac_only' required
enforcementMode'strict' | 'observe'

How HMAC validation is enforced when HMAC is enabled

Response

Webhook HMAC enabled successfully

hmacSecretstring required

Full HMAC secret (only shown once, store securely!)