Skip to main content
GET
/
api
/
vercel-deploy
Get Vercel deployment status
curl --request GET \
  --url http://localhost:5173/api/vercel-deploy \
  --cookie apiKeys=
{
  "deployments": [
    {}
  ]
}

Authorizations

apiKeys
string
cookie
required

Cookie-based authentication storing API keys and provider settings

Response

200 - application/json

Deployment status

deployments
object[]