---
title: "Returns the client application with the specified id."
method: GET
path: "/clientapplications/{clientId}"
tags: ["clientApplications"]
---

# Returns the client application with the specified id.

`GET /clientapplications/{clientId}`

<Check title="Required Permissions" icon="key">The user must be an admin or have `workspace-manage-config:read` permissions.</Check>

## Path parameters

- `clientId` string, required

## Headers

- `Authorization` string, required

## Response `200`

OK

- ClientApplication — The client application is required for the OAuth flow.
  - `clientId` string, nullable — The client application's identifier.
  - `displayName` string, nullable — The client application's display name.
  - `redirectUris` string[], nullable — The redirect URIs.
  - `isConfidential` boolean — Indicates whether the client application is confidential. Backend integrations are considered confidential as the secret is never shipped to a user, while web apps or CLI integrations are not.
  - `createdOn` string, date-time — The date this entity was created.
  - `updatedOn` string, date-time — The date this entity was last modified.

## Other responses

- `404` — Not Found

---

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