Skip to main content
GET
/
api
/
apis
/
oauth
/
{apiId}
List OAuth clients.
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
}

Authorizations

Authorization
string
header
required

The Tyk Dashboard API Access Credentials

Path Parameters

apiId
string
required

The API’s ID.

Response

Fetched successfully.

apps
object[] | null
pages
integer