---
title: "List users API tokens"
method: GET
path: "/users/me/api-tokens"
tags: ["Users / API Tokens"]
---

# List users API tokens

`GET /users/me/api-tokens`

Gets the API tokens of the currently authenticated user.

## Response `200`

Successful response

- object
  - `apiTokens` object[]
    - `token` string
    - `scope` string[]
    - `created` string, date-time
    - `label` string

---

[API](https://skmtc.dev/make/apis/web-api-v2-public.md) · [All operations](https://skmtc.dev/make/apis/web-api-v2-public/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/make/web-api-v2-public/revisions/531769e6f813/schema)
