You're viewing the docs for Autumn's v2 API. You can find the previous API version here.
{
"type": "<string>",
"data": {
"resource": {
"id": "<string>"
},
"installation_id": "<string>"
}
}When a Vercel resource is deleted, you’ll need to handle de-provisioning any API keys or other non-Autumn controlled data for this user.
{
"type": "<string>",
"data": {
"resource": {
"id": "<string>"
},
"installation_id": "<string>"
}
}Documentation Index
Fetch the complete documentation index at: https://docs.useautumn.com/llms.txt
Use this file to discover all available pages before exploring further.
Show properties
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Webhook received successfully.