v51

latestOpenAPI 3.0.3Mozilla Public License Version 2.0raw.githubusercontent.com2026-08-0165205256.0 KB
OAuth

List oAuth clients

OAuth Clients are organised by API ID, and therefore are queried as such.

get/tyk/oauth/clients/{apiID}

Path parameters

apiIDstring required

The API ID

Response

Get OAuth client details or a list of OAuth clients

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"
  }
]