cURL
curl --request GET \ --url https://{tenant}/api/apis/oauth/{apiId}/{clientId}/tokens \ --header 'Authorization: Bearer <token>'
[ { "code": "<string>", "expires": 123 } ]
This endpoint allows you to retrieve a list of all current tokens and their expiry date for a provided API ID and OAuth client ID.
The Tyk Dashboard API Access Credentials
The API’s ID.
The client ID.
OK
Was this page helpful?