cURL
curl --request GET \ --url http://localhost:5173/api/vercel-deploy \ --cookie apiKeys=
{ "deployments": [ {} ] }
Retrieves the status of current Vercel deployments.
Cookie-based authentication storing API keys and provider settings
Deployment status
Was this page helpful?