---
title: "Get user's API tokens"
method: GET
path: "/customer/tokens"
tags: ["Authentication"]
---

# Get user's API tokens

`GET /customer/tokens`

Retrieve a list of all API tokens for the authenticated user.

## Response `200`

`TokenResource`

- object
  - `data` TokenResource, required
    - `id` string, required
    - `name` string, required
    - `last_used_at` string, required
    - `created_at` string, required

## Other responses

- `401` — Unauthenticated

---

[API](https://skmtc.net/nexuforma/apis/51eat-api-documentation.md) · [All operations](https://skmtc.net/nexuforma/apis/51eat-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nexuforma/51eat-api-documentation/versions/ee945e6d6db7/schema)
