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

# OAuth Authorization Request

`POST /oauth/authorize`

The authorization endpoint is used to interact with the resource owner and obtain an authorization grant. See https://datatracker.ietf.org/doc/html/rfc6749#section-3.1 for details. At the end of the flow it will send a code value back to/via the redirecttion URL specified in the client’s config & initial request (as they need to be the same).

## Query parameters

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

## Other responses

- `302` — Found

---

[API](https://skmtc.net/pricefx/apis/the-pricefx-backend-api.md) · [All operations](https://skmtc.net/pricefx/apis/the-pricefx-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pricefx/the-pricefx-backend-api/versions/0850b5d6be73/schema)
