Skip to main content
WEBHOOK
vercel.webhooks.event
{
  "type": "<string>",
  "data": {
    "installation_id": "<string>",
    "event": "<unknown>"
  }
}

Payload Fields

installation_id
string
required
The Vercel integration configuration ID.
event
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.