---
title: "Authorization Request"
method: GET
path: "/oauth/authorize"
tags: ["Authentication"]
---

# Authorization Request

`GET /oauth/authorize`

Redirects the user to the TitleTrackr login/authorization page.
After the user authorizes, they are redirected back to the `redirect_uri`
with an authorization code.

## Query parameters

- `client_id` string, required
- `redirect_uri` string, uri, required
- `response_type` 'code', required
- `state` string, required

## Other responses

- `302` — Redirects to login page or back to redirect_uri with code

---

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