GET
/
tyk
/
oauth
/
clients
/
apis
/
{appID}
Get API IDs for APIS that use the specified client_id(appID) for OAuth
curl --request GET \
  --url https://{tenant}/tyk/oauth/clients/apis/{appID} \
  --header 'X-Tyk-Authorization: <api-key>'
[
  "b84fe1a04e5648927971c0557971565c"
]

Authorizations

X-Tyk-Authorization
string
header
required

Api key

Path Parameters

appID
string
required

The Client ID

Query Parameters

orgID
string

The Org Id

Response

Return an array of apis ids

The response is of type string[].