Skip to main content
GET
/
oauth
/
vercel
/
authorize
Authorize Vercel
curl --request GET \
  --url https://api.klavis.ai/oauth/vercel/authorize
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Query Parameters

instance_id
string
required

Unique identifier for the client instance requesting authorization

client_id
string | null

Client ID for white labeling, if not provided will use default credentials

client_slug
string | null

Vercel integration slug (required for integration-based OAuth)

redirect_url
string | null

Optional URL to redirect to after authorization completes

Response

Successful Response