---
title: "GET /api/v1.0/{appId}/authorizationtokens/{oauthAppId}"
method: GET
path: "/api/v1.0/{appId}/authorizationtokens/{oauthAppId}"
tags: ["AuthorizationTokens"]
---

# GET /api/v1.0/{appId}/authorizationtokens/{oauthAppId}

`GET /api/v1.0/{appId}/authorizationtokens/{oauthAppId}`

## Path parameters

- `oauthAppId` string, required
- `appId` string, required

## Query parameters

- `page` integer
- `limit` integer

## Response `200`

OK

- RestApiPaginationResultOAuthTokenModel — Rest api pagination result
  - `Page` integer, required — Current page index
  - `Limit` integer, required — Current page size
  - `TotalRecordCount` integer, required — Total record count
  - `Data` OAuthTokenModel[], required — Generic data object.
    - `Key` string — Identitifier key
    - `TokenType` string — Token type
    - `SubjectId` string — Oauth subject identifier
    - `ClientId` string — Oauth client identifier
    - `Expiry` string, date-time — Token expiry

## Other responses

- `400` — BadRequest
- `401` — Unauthorized
- `403` — Forbidden
- `404` — NotFound

---

[API](https://skmtc.net/flipdish/apis/flipdish-open-api-v1-0.md) · [All operations](https://skmtc.net/flipdish/apis/flipdish-open-api-v1-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/flipdish/flipdish-open-api-v1-0/revisions/a72c0465da74/schema)
