---
title: "OAuth 2.1 Authorization Endpoint"
method: GET
path: "/oauth/authorize"
tags: ["oauth-discovery"]
---

# OAuth 2.1 Authorization Endpoint

`GET /oauth/authorize`

RFC 6749 compliant authorization endpoint for OAuth 2.1 flow

## Query parameters

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

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/memara/apis/memara-api.md) · [All operations](https://skmtc.net/memara/apis/memara-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/memara/memara-api/revisions/4dc7c4418845/schema)
