---
title: "OAuth authorization endpoint (browser)"
method: GET
path: "/api/oauth/authorize"
---

# OAuth authorization endpoint (browser)

`GET /api/oauth/authorize`

## Query parameters

- `client_id` string, required
- `redirect_uri` string, uri, required
- `state` string
- `code_challenge` string
- `code_challenge_method` string

## Other responses

- `302` — Redirect back with ?code=...

---

[API](https://skmtc.net/swiftlynx/apis/swiftlynx-api.md) · [All operations](https://skmtc.net/swiftlynx/apis/swiftlynx-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/swiftlynx/swiftlynx-api/versions/26e847abe572/schema)
