Skip to main content

Using Webhooks

Creating a Subscription

Svix is our trusted third-party that delivers our webhooks securely and reliably. As the webhook subscription is managed via Svix, Svix provides a consumer portal that can be used to create your subscriptions, directly.

To access this consumer portal, you can generate a single-use URL by running the below HTTP request:

GET /v/1/webhooks/svix-portal-access
Content-Type: application/json
x-api-key: <your API key>
x-exi-auth-ver: V1
x-tenant-id: <your tenant ID>

This will return a URL similar to the following that you can paste into your browser window to setup your webhook endpoint subscriptions.

https: //app.svix.com/login#key=eyJhcHBJZCI6ImFw...

Consuming Webhook Events

See Consuming Webhook Events for more information on how to consume Webhook Events and how to deal with signature verification.