---
title: "Get all API Tokens for Dashboard User"
method: GET
path: "/user/tokens"
tags: ["UserApiTokens"]
---

# Get all API Tokens for Dashboard User

`GET /user/tokens`

## Response `200`

List of Dashbaord Tokens for Dashboard User

- TokensResponse
  - `tokens` Token[]
    - `id` string, required
    - `checksum` string, required — A 6-character alpha-numeric string checksum of the random API Token. The last 6 characters of the raw token
    - `createdBy` TokenCreatedBy, required
      - `id` string, required
      - `alias` string
      - `firstName` string
      - `lastName` string
      - `email` string, email
    - `createdAt` string, date-time, required
    - `note` string
    - `projectEnvironmentId` string
    - `projectEnvironment` object
      - `id` string
    - `scopes` TokenScopes[] — Scopes assigned to an API token which they will have access to.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server Error

---

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