---
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

---

[API](https://skmtc.net/tyktechnologies/apis/tyk-gateway-api.md) · [All operations](https://skmtc.net/tyktechnologies/apis/tyk-gateway-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tyktechnologies/tyk-gateway-api/versions/4ae998d5545e/schema)
