Handle incoming Vercel webhook events for deployment lifecycle management.This endpoint receives webhook events from Vercel and processes them through the VercelWebhookManager singleton to maintain deployment state and trigger necessary actions like screenshot updates in the background.
Request
Body Params application/json
Example
{}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://api.altan.ai/interfaces/webhook' \
--header'Content-Type: application/json' \
--data-raw'{}'