---
title: "Lists Access Tokens that are configured for the authenticated user."
method: GET
path: "/admin/user/self/access_tokens"
tags: ["User Management"]
---

# Lists Access Tokens that are configured for the authenticated user.

`GET /admin/user/self/access_tokens`

## Response `200`

A list of Access Tokens defined for the authenticated user.

- MultiAccessTokens
  - `result` AccessToken[]
    - `access_token_key` string, required
    - `description` string, required
    - `user_key` string, required
    - `created_at` string, required — A timestamp that marks when a user was deleted. It is in the format yyyy-mm-ddThh:mm:ss.SZ. The timezone will always be UTC.
    - `checksum` string, required
    - `signed_token` string — This will be set only when an AccessToken is initially created

## Other responses

- `default` — Unexpected error

---

[API](https://skmtc.net/turbinelabs/apis/turbine-labs-api.md) · [All operations](https://skmtc.net/turbinelabs/apis/turbine-labs-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/turbinelabs/turbine-labs-api/versions/47fce18aa12f/schema)
