---
title: "oauth authorize endpoint"
method: GET
path: "/inter-api/iam/oauth2/authorize"
tags: ["iam/oauth", "iamOauth"]
---

# oauth authorize endpoint

`GET /inter-api/iam/oauth2/authorize`

## Query parameters

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

## Response `200`

A successful response.

- object
  - `code` integer
  - `msg` string

---

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