OAuth

Get OAuth client

Get OAuth client details tied to an api

get/tyk/oauth/clients/{apiID}/{keyName}

Path parameters

apiIDstring required

The API id

keyNamestring required

The Client ID

Response

OAuth client details

api_idstring
client_idstring
descriptionstring
meta_dataobject nullable
policy_idstring
redirect_uristring
secretstring

Example response

{
  "api_id": "keyless",
  "client_id": "2a06b398c17f46908de3dffcb71ef87b",
  "description": "google client login",
  "redirect_uri": "https://httpbin.org/ip",
  "secret": "MmQwNTI5NGQtYjU0YS00NjMyLWIwZjktNTZjY2M1ZjhjYWY0"
}

Changes

Changed in 2 of the 52 revisions of this API.114

  • 111affa17abe12See the full diff
    • the response property meta_data became nullable for the status 200

      response-property-became-nullable

    • added the non-success response with the status 403

      response-non-success-status-added

    • added the non-success response with the status 404

      response-non-success-status-added

    This revision also has 28 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • 111d8ca2186412See the full diff
    • for the path request parameter apiID, the min was set to 1.00

      request-parameter-min-set

    • removed the non-success response with the status 403

      response-non-success-status-removed

    • removed the non-success response with the status 404

      response-non-success-status-removed

    This revision also has 155 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog