---
title: "Returns the third-party OAuth client applications authorized by the current account."
method: GET
path: "/accounts/me/authorizedclients"
tags: ["clientApplications"]
---

# Returns the third-party OAuth client applications authorized by the current account.

`GET /accounts/me/authorizedclients`

<Check title="Required Permissions" icon="key">Any authenticated user.</Check>

## Headers

- `Authorization` string, required

## Response `200`

OK

- AuthorizedClientApplication[]
  - `clientId` string, nullable — The client application's public identifier.
  - `displayName` string, nullable — The client application's display name.
  - `scopes` string[], nullable — The granted OAuth scopes.
  - `authorizedOn` string, date-time, nullable — The date when the client was first authorized.

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/awork-io/apis/api-v1-reference.md) · [All operations](https://skmtc.net/awork-io/apis/api-v1-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/awork-io/api-v1-reference/versions/f784a53f60df/schema)
