cURL
Webhooks
Get Webhook
Returns one webhook destination owned by the authenticated API key user.
GET
cURL
Inspect a single registered webhook: its URL, subscribed events, active flag, and recent delivery status. The signing secret is not returned; it is shown once at create time.
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.
Path Parameters
Webhook endpoint id owned by the authenticated API key user.