GET
/
api
/
apis
/
oauth
/
{apiId}
/
{clientId}
Get single OAuth client details.
curl --request GET \
  --url https://{tenant}/api/apis/oauth/{apiId}/{clientId} \
  --header 'Authorization: Bearer <token>'
{
  "client_id": "2a06b398c17f46908de3dffcb71ef87d",
  "client_name": "",
  "dcr_registration": {
    "access_token": "",
    "client_uri": "",
    "provider": ""
  },
  "description": "google client",
  "meta_data": {
    "user_id": "362b3fb9a1d5e4f00017226f5"
  },
  "policy_id": "665d51505715ec2d76022c87",
  "redirect_uri": "https://httpbin.org/ip",
  "secret": "MmQwNTI5NGQtYjU0YS00NjMyLWIwZjktNTZjY2M1ZjhjYWY0"
}

Authorizations

Authorization
string
header
required

The Tyk Dashboard API Access Credentials

Path Parameters

apiId
string
required

The API’s ID.

clientId
string
required

The client ID.

Response

Details fetched successfully.

client_id
string
client_name
string
dcr_registration
object
description
string
meta_data
object
policy_id
string
redirect_uri
string
secret
string