Skip to main content
WEBHOOK

Payload Fields

string
required
The Vercel integration configuration ID.
any
required
The raw Vercel webhook event payload.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
type
string
required

The webhook event type.

Allowed value: "vercel.webhooks.event"
data
object
required

Response

200

Webhook received successfully.