---
title: "Get a specific OAuth app"
method: GET
path: "/v1/core/oauth/apps/{clientId}"
---

# Get a specific OAuth app

`GET /v1/core/oauth/apps/{clientId}`

This endpoint returns the OAuth app with the given client ID.

## Path parameters

- `clientId` string, required

## Response `200`

Get a specific OAuth app

- object
  - `data` object, required
    - `appName` string, required
    - `clientId` string, required
    - `organizationId` string, required — The organization that owns this OAuth app.
    - `owner` string, required — The user that created this OAuth app.
    - `deleted` boolean, required
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time, required
    - `deletedAt` string, date-time, nullable, required
  - `cursor` union
    - string
    - number
    - unknown
  - `pageSize` number
  - `limit` number
  - `total` number, nullable
  - `hasNextPage` boolean

## Other responses

- `400` — Bad Request - Invalid parameters
- `401` — Unauthorized - User not authenticated
- `403` — Forbidden - User does not have access
- `404` — Not Found - Resource not found
- `422` — Unprocessable Content - The request failed validation checks
- `500` — Internal Server Error

---

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