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
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
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Response
200
Webhook received successfully.