{
"type": "<string>",
"data": {
"resource": {
"id": "<string>",
"name": "<string>"
},
"installation_id": "<string>",
"access_token": "<string>"
}
}Vercel
Resource Provisioned
When a Vercel resource is created, you’ll need to provision a secret key for your service. Then you can use the provided access token to patch the resource’s secrets.
WEBHOOK
vercel.resources.provisioned
{
"type": "<string>",
"data": {
"resource": {
"id": "<string>",
"name": "<string>"
},
"installation_id": "<string>",
"access_token": "<string>"
}
}Payload Fields
The Vercel integration configuration ID.
An access token that can be used to patch the resource’s secrets.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Response
200
Webhook received successfully.
⌘I