---
title: "Get OAuth client count in an org"
method: POST
path: "/orgs/{orgId}/oauth-clients/count"
tags: ["OAuth Client"]
---

# Get OAuth client count in an org

`POST /orgs/{orgId}/oauth-clients/count`

Gets the count of OAuth clients in the specified organization.

#### Scopes
**[OAuth 2.0 scopes](/cloud/admin/scopes/) required:** `read:service-accounts-tokens:admin`

## Path parameters

- `orgId` string, required

## Response `200`

Returned if the request is successful.

- object
  - `total` integer — The total count of OAuth clients in the organization.

## Other responses

- `403` — Returned if the user does not have permission to view OAuth clients.
- `500` — Internal Error

---

[API](https://skmtc.net/atlassian/apis/api-access.md) · [All operations](https://skmtc.net/atlassian/apis/api-access/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlassian/api-access/revisions/412d18f78d91/schema)
