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

---

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