Cerby Webhooks

Cerby's webhook notification service delivers real-time signed HTTPS events for account, credential, MFA, and automation lifecycle changes. Deliveries carry a fixed JSON envelope (envelope_version, event_id, event_type, occurred_at, workspace_id, data), an Ed25519 or HMAC-SHA256 signature over timestamp.body, an Idempotency-Key header, at-least-once semantics with documented dedup keys, and a six-attempt exponential retry policy with a 24-hour hard deadline.

API entry from apis.yml

apis.yml Raw ↑
aid: cerby:cerby-webhooks
name: Cerby Webhooks
description: Cerby's webhook notification service delivers real-time signed HTTPS events for account,
  credential, MFA, and automation lifecycle changes. Deliveries carry a fixed JSON envelope (envelope_version,
  event_id, event_type, occurred_at, workspace_id, data), an Ed25519 or HMAC-SHA256 signature over timestamp.body,
  an Idempotency-Key header, at-least-once semantics with documented dedup keys, and a six-attempt exponential
  retry policy with a 24-hour hard deadline.
humanURL: https://help.cerby.com/developer-tools/cerby-webhooks/implement-a-webhook-receiver
baseURL: https://my-workspace.cerby.com/api/v1/
tags:
- Webhooks
- Events
- Identity
properties:
- type: Webhooks
  url: asyncapi/cerby-webhooks.yml
- type: Documentation
  url: https://help.cerby.com/developer-tools/cerby-webhooks/implement-a-webhook-receiver
- type: ErrorCatalog
  url: errors/cerby-automation-failure-codes.yml