GET
/
oauth
/
github
/
authorize
curl --request GET \
  --url https://api.klavis.ai/oauth/github/authorize
"<any>"

Query Parameters

instance_id
string
required

Unique identifier for the client instance requesting authorization

scope
string | null

Optional OAuth scopes to request (comma-separated string)

redirect_url
string | null

Optional URL to redirect to after authorization completes

Response

200
application/json
Successful Response

The response is of type any.