---
title: "OAuth2 authorize"
method: GET
path: "/api/v2/auth/authorize"
tags: ["auth"]
---

# OAuth2 authorize

`GET /api/v2/auth/authorize`

## Query parameters

- `client_id` string
- `redirect_uri` string
- `prompt` 'login' | 'sign-up' | 'none'
- `scope` 'public-api-v2'
- `response_type` 'code'
- `state` string

## Response `200`

---

[API](https://skmtc.net/momence/apis/momence-public.md) · [All operations](https://skmtc.net/momence/apis/momence-public/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/momence/momence-public/revisions/5e27e54ff467/schema)
