Skip to content

Webhooks & Events

This is a stub for early adopters. Eventing availability may vary by Organization.

  • Subscriptions: register an HTTPS endpoint to receive events.
  • Delivery: signed POST requests with retry on failure.
  • Filtering: subscribe to event types relevant to your integrations.
  • access.approved — access request approved; token available
  • access.revoked — access revoked; token invalidated
  • usage.threshold — usage threshold crossed
  • Verify signatures and timestamps on receipt.
  • Respond with 2xx. Non‑2xx triggers retries with backoff.

Contact support to enable eventing and manage subscriptions.