Skip to main content
WEBHOOK

Payload Fields

object
required
The resource whose secrets should be rotated.
string
required
The Vercel integration configuration ID.
any
required
The raw request body from Vercel’s rotation request.

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

Response

200

Webhook received successfully.