Skip to main content
WEBHOOK
vercel.resources.provisioned
{
  "type": "<string>",
  "data": {
    "resource": {
      "id": "<string>",
      "name": "<string>"
    },
    "installation_id": "<string>",
    "access_token": "<string>"
  }
}

Payload Fields

resource
object
required
The resource that was provisioned.
installation_id
string
required
The Vercel integration configuration ID.
access_token
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.