Skip to main content
GET
/
api
/
apis
/
oauth
/
{apiId}
/
{clientId}
/
tokens
List OAuth client tokens.
curl --request GET \
  --url https://{tenant}/api/apis/oauth/{apiId}/{clientId}/tokens \
  --header 'Authorization: Bearer <token>'
[
  {
    "code": "5a7d110be6355b0c071cc339327563cb45174ae387f52f87a80d2496",
    "expires": 1618158407
  },
  {
    "code": "5a7d110be6355b0c071cc33988884222b0cf436eba7979c6c51d6dbd",
    "expires": 1618158594
  }
]

Documentation Index

Fetch the complete documentation index at: https://tyk.io/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

The Tyk Dashboard API Access Credentials

Path Parameters

apiId
string
required

The API’s ID.

clientId
string
required

The client ID.

Response

object[] | null

OK

code
string
expires
integer<int64>