cURL
Webhooks
Verify Webhook
Activates a pending webhook destination when the one-time verification token matches and has not expired.
POST
cURL
Activate a webhook by returning the
On success the endpoint flips to
verification_token you received when you created it. A new endpoint stays in pending_verification and receives no deliveries until it is verified. The token expires 24 hours after create.
active and deliveries begin. This call does not send a test delivery; it activates the endpoint by matching the token. The webhook id is the integer returned at create.
For the signature scheme and copy-pasteable verification code, see the Webhooks guide.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.
Body
application/json