---
title: "GET /oauth/client/{clientId}"
method: GET
path: "/oauth/client/{clientId}"
tags: ["oauth"]
---

# GET /oauth/client/{clientId}

`GET /oauth/client/{clientId}`

Get the OAuth application

## Path parameters

- `clientId` string, required

## Response `200`

Returns the OAuth application

- object
  - `clientId` string, required
  - `name` string, required
  - `secrets` object[]
    - `id` string, required
    - `secret` string, required
    - `lastUsedTime` string
  - `scopes` string[]
  - `logo` string, uri
  - `homepage` string, uri, required
  - `redirectUris` string[], required

---

[API](https://skmtc.net/teable/apis/teable-app.md) · [All operations](https://skmtc.net/teable/apis/teable-app/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/teable/teable-app/revisions/7515f3b33d79/schema)
