cURL
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" }
Get single OAuth client details with its client ID.
The Tyk Dashboard API Access Credentials
The API’s ID.
The client ID.
Details fetched successfully.
Show child attributes
Was this page helpful?