Endpoint
Webhook endpoints do not require an API key. Authentication is handled via the unique token in the URL and optional HMAC signature.
Request
Path parameters
Headers
Body
Response
HMAC verification
If the trigger has a secret configured, include an HMAC-SHA256 signature:Rate limiting
Webhook endpoints are limited to 30 requests per 60 seconds. Exceeding this limit returns429 Too Many Requests.

