---
title: "Get OAuth client"
method: GET
path: "/tyk/oauth/clients/{apiID}/{keyName}"
tags: ["OAuth"]
---

# Get OAuth client

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

Get OAuth client details tied to an api

## Path parameters

- `apiID` string, required
- `keyName` string, required

## Response `200`

OAuth client details

- 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` — OAuth Client not found

## Changes

- **2024-09-18** `111affa17abe` — 1 breaking, 2 info
  - the response property `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` — 1 warning, 2 info
  - for the `path` request parameter `apiID`, the min was set to `1.00`
  - 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/:keyName/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)
