Authorizations
The Tyk Dashboard API Access Credentials
Path Parameters
The API’s ID.
curl --request GET \
--url https://{tenant}/api/apis/oauth/{apiId} \
--header 'Authorization: Bearer <token>'
{
"apps": [
{
"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"
}
],
"pages": 1
}
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": "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"
}
],
"pages": 1
}
The Tyk Dashboard API Access Credentials
The API’s ID.
Was this page helpful?