Skip to main content
POST
cURL
Activate a webhook by returning the 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.
On success the endpoint flips to 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

Authorization
string
header
required

API key authentication. Send your key in the Authorization header as Bearer oxi_sk_live_.... Live keys require an active Pro subscription and return live data.

Path Parameters

id
integer<int64>
required

Webhook endpoint id owned by the authenticated API key user.

Body

application/json
verification_token
string
required

Response

Webhook destination

object
string
required
Allowed value: "webhook"
data
object
required
meta
object
required