Webhooks & Events
This is a stub for early adopters. Eventing availability may vary by Organization.
Concepts
Section titled “Concepts”- 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.
Event types (MVP examples)
Section titled “Event types (MVP examples)”access.approved— access request approved; token availableaccess.revoked— access revoked; token invalidatedusage.threshold— usage threshold crossed
Security
Section titled “Security”- Verify signatures and timestamps on receipt.
- Respond with 2xx. Non‑2xx triggers retries with backoff.
Contact support to enable eventing and manage subscriptions.