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

Query Parameters

instance_id
string
required

Unique identifier for the MCP connection

redirect_url
string | null

Optional URL to redirect to after authorization

force_refresh
boolean
default:true

Force re-authorization even if valid tokens exist

Response

Successful Response