cURL
Webhooks
List Webhooks
Returns webhook destinations owned by the authenticated API key user. Disabled endpoints are omitted.
GET
cURL
List every webhook registered on your account. Each entry has the destination URL, subscribed events, delivery status, and signature-verification metadata.
The webhook lifecycle
- Create a webhook with the URL and event types you care about.
- Get one to inspect its current state.
- Update to change URL, events, or active flag.
- Delete when you no longer need it.
- Verify the endpoint with its token to activate deliveries.
- Rotate secret if a signing secret leaks.
Authorizations
API key: Authorization: Bearer oxi_sk_live_... for live data (requires an active Insider subscription), or oxi_sk_test_... for sandbox/test mode (free account, deterministic fixture data, no live rows). Both key classes use the same paths; the prefix selects live vs sandbox.