Skip to main content
WEBHOOK

Payload Fields

object
required
The resource that was provisioned.
string
required
The Vercel integration configuration ID.
string
required
An access token that can be used to patch the resource’s secrets.

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.resources.provisioned"
data
object
required

Response

200

Webhook received successfully.