---
title: "Get the authorization details for an app"
method: GET
path: "/oauth2/authorization"
tags: ["oAuth2"]
---

# Get the authorization details for an app

`GET /oauth2/authorization`

## Query parameters

- `clientId` string
- `state` string

## Response `200`

The app was successfully retrieved

- AppResponse
  - `name` string
  - `redirectUri` string[]
  - `scopes` string[]
  - `logoFilePath` string

## Other responses

- `404` — No app was found with the provided client id

---

[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)
