---
title: "Authorize an app to access Adfin data on behalf of an Adfin user"
method: POST
path: "/oauth2/authorize"
tags: ["oAuth2"]
---

# Authorize an app to access Adfin data on behalf of an Adfin user

`POST /oauth2/authorize`

## Request body

- AuthorizeRequest
  - `clientId` string
  - `refreshToken` string
  - `redirectUri` string
  - `scopes` string
  - `state` string

## Response `200`

The app was successfully authorized.

---

[API](https://skmtc.dev/adfin/apis/adfin-api.md) · [All operations](https://skmtc.dev/adfin/apis/adfin-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/adfin/adfin-api/revisions/53d29f0850e0/schema)
