---
title: "List oAuth clients"
method: GET
path: "/tyk/oauth/clients/{apiID}"
tags: ["OAuth"]
---

# List oAuth clients

`GET /tyk/oauth/clients/{apiID}`

OAuth Clients are organised by API ID, and therefore are queried as such.

## Path parameters

- `apiID` string, required

## Response `200`

Get OAuth client details or a list of OAuth clients

- NewClientRequest[]
  - `api_id` string
  - `client_id` string
  - `description` string
  - `meta_data` object, nullable
  - `policy_id` string
  - `redirect_uri` string
  - `secret` string

## Other responses

- `403` — Forbidden
- `404` — Api no found

## Changes

- **2024-09-18** `111affa17abe` — 1 breaking, 2 info
  - the response property `items/meta_data` became nullable for the status `200`
  - added the non-success response with the status `403`
  - added the non-success response with the status `404`
- **2022-05-24** `111d8ca21864` — 2 info
  - removed the non-success response with the status `403`
  - removed the non-success response with the status `404`

[Change history](https://skmtc.dev/tyktechnologies/apis/tyk-gateway-api/changes/tyk/oauth/clients/:apiID/get.md)

---

[API](https://skmtc.dev/tyktechnologies/apis/tyk-gateway-api.md) · [All operations](https://skmtc.dev/tyktechnologies/apis/tyk-gateway-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tyktechnologies/tyk-gateway-api/revisions/900d0a33ae1d/schema)
