curl --request GET \
--url https://{tenant}/api/apis/oauth/{apiId} \
--header 'Authorization: Bearer <token>'{
"apps": [
{
"client_id": "<string>",
"client_name": "<string>",
"dcr_registration": {
"access_token": "<string>",
"client_uri": "<string>",
"provider": "<string>"
},
"description": "<string>",
"meta_data": {},
"policy_id": "<string>",
"redirect_uri": "<string>",
"secret": "<string>"
}
],
"pages": 123
}Return all the auth 2 clients that have been registered with you tyk instance
curl --request GET \
--url https://{tenant}/api/apis/oauth/{apiId} \
--header 'Authorization: Bearer <token>'{
"apps": [
{
"client_id": "<string>",
"client_name": "<string>",
"dcr_registration": {
"access_token": "<string>",
"client_uri": "<string>",
"provider": "<string>"
},
"description": "<string>",
"meta_data": {},
"policy_id": "<string>",
"redirect_uri": "<string>",
"secret": "<string>"
}
],
"pages": 123
}The Tyk Dashboard API Access Credentials
The API’s ID.
Fetched successfully.
Show child attributes
Was this page helpful?