---
title: "OAuth 2.1 authorization endpoint (initial GET)"
method: GET
path: "/oauth/authorize"
tags: ["OAuth"]
---

# OAuth 2.1 authorization endpoint (initial GET)

`GET /oauth/authorize`

Validates the authorization request, stores it in Redis under the PKCE code_challenge, and redirects to the dashboard for user consent.

## Query parameters

- `client_id` string
- `redirect_uri` string
- `scope` string
- `code_challenge` string
- `code_challenge_method` string
- `response_type` string
- `state` string

## Other responses

- `302` — Default Response
- `400` — Default Response
- `500` — Default Response

---

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