---
title: "Authorize Get"
method: GET
path: "/oauth/authorize"
---

# Authorize Get

`GET /oauth/authorize`

Show the authorization form.

## Query parameters

- `client_id` string, required
- `redirect_uri` string, required
- `code_challenge` string, required
- `code_challenge_method` string
- `state` string
- `response_type` string
- `scope` string
- `resource` string

## Response `200`

Successful Response

## Other responses

- `422` — Validation Error

---

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