---
title: "POST /oauth-server/authorize"
method: POST
path: "/oauth-server/authorize"
---

# POST /oauth-server/authorize

`POST /oauth-server/authorize`

## Query parameters

- `client_id` string, required
- `redirect_uri` string, required
- `response_type` string, required
- `state` unknown

## Response `204`

Redirect to the client's uri with an authorization code.

## Other responses

- `400` — The response_type is not supported
- `401` — The redirection URL is invalid
- `404` — The OAuth client does not exist

---

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