---
title: "List your tokens."
method: GET
path: "/project/v1/tokens"
tags: ["tokens"]
---

# List your tokens.

`GET /project/v1/tokens`

List all personal access tokens for the authenticated user.

## Response `200`

Default Response

- object
  - `data` object[]
    - `id` number
    - `name` string
    - `scope` string
    - `workspaceId` number, nullable
    - `workspaceName` string, nullable
    - `lastUsedAt` string, date-time, nullable
    - `expiresAt` string, date-time, nullable
    - `createdAt` string, date-time

## Other responses

- `401` — Default Response

## Changes

- **2026-01-13** `343ccfa7da7d` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/unlayer/apis/unlayer-api/changes/project/v1/tokens/get.md)

---

[API](https://skmtc.dev/unlayer/apis/unlayer-api.md) · [All operations](https://skmtc.dev/unlayer/apis/unlayer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/unlayer/unlayer-api/revisions/343ccfa7da7d/schema)
