{
"type": "<string>",
"data": {
"resource": {
"id": "<string>"
},
"installation_id": "<string>",
"vercel_request_body": "<unknown>"
}
}Vercel
Rotate Secrets
This event is sent when Vercel requires a resource’s secrets to be rotated.
WEBHOOK
vercel.resources.rotate_secrets
{
"type": "<string>",
"data": {
"resource": {
"id": "<string>"
},
"installation_id": "<string>",
"vercel_request_body": "<unknown>"
}
}Payload Fields
The resource whose secrets should be rotated.
Show properties
Show properties
The unique identifier of the resource.
The Vercel integration configuration ID.
The raw request body from Vercel’s rotation request.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Response
200
Webhook received successfully.
⌘I