---
title: "GET /oauth2/authorize"
method: GET
path: "/oauth2/authorize"
tags: ["OAuth2Controller"]
---

# GET /oauth2/authorize

`GET /oauth2/authorize`

## Query parameters

- `response_type` 'code' | 'token' | 'id_token', required
- `client_id` string, required
- `redirect_uri` string
- `scope` string
- `state` string
- `code_challenge` string
- `code_challenge_method` string
- `platform` string
- `login_provider` string

## Response `200`

Return value of OAuth2Controller.authorize

---

[API](https://skmtc.dev/collab/apis/collabland-api-server.md) · [All operations](https://skmtc.dev/collab/apis/collabland-api-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/collab/collabland-api-server/revisions/cad064f71a2e/schema)
