Creating Webhooks
Create webhooks viaPOST /v1/webhooks. The secret is auto-generated and returned only in the creation response:
secret securely—it won’t be shown again.
Managing Webhooks
Status Values
active— Webhook receives deliveriespaused— Temporarily disableddisabled— Permanently disabled
Signature Verification
Each delivery includes headers:X-Marmar-Event: Event type (e.g.,assessment.completed)X-Marmar-Timestamp: Unix timestamp in secondsX-Marmar-Signature:v1=+ HMAC-SHA256 hex digestX-Marmar-Webhook-Id: ID of the webhook that triggered delivery