---
title: "List Global OAuth Clients"
method: GET
path: "/api/v2/oauth/global_clients"
tags: ["Global Clients"]
---

# List Global OAuth Clients

`GET /api/v2/oauth/global_clients`

Returns all the global OAuth clients that users on your account have authorized.

#### Pagination

* Cursor pagination (recommended)
* Offset pagination

See [Pagination](/api-reference/introduction/pagination/).

Returns a maximum of 100 records per page.

#### Allowed For

* Admins

## Query parameters

- `page[before]` string
- `page[after]` string
- `page[size]` integer

## Response `200`

Success response

- GlobalClientsResponse
  - `global_clients` GlobalClientObject[]
    - `company` string — The company that users are asked to approve access to
    - `description` string — A short description of the client
    - `id` integer — Automatically assigned when the client is created
    - `identifier` string — The unique identifier for the client
    - `logo_url` string — The API logo url of this record
    - `name` string — The name of the client

## Changes

> 29 revisions in range; 1 not diffed.

- **2025-06-12** `edbf399da815` — 3 info
  - added the new optional `query` request parameter `page[after]`
  - added the new optional `query` request parameter `page[before]`
  - added the new optional `query` request parameter `page[size]`

[Change history](https://skmtc.dev/botbrains-io/apis/support-api/changes/api/v2/oauth/global_clients/get.md)

---

[API](https://skmtc.dev/botbrains-io/apis/support-api.md) · [All operations](https://skmtc.dev/botbrains-io/apis/support-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/botbrains-io/support-api/revisions/d53eac07ba68/schema)
