---
title: "Get list of personal access tokens"
method: GET
path: "/user/tokens"
tags: ["User API"]
---

# Get list of personal access tokens

`GET /user/tokens`

## Response `200`

- AccessTokensView
  - `url` string — API endpoint to GET this object
  - `html_url` string — Web URL to view this object in Buddy.works
  - `access_tokens` ShortAccessTokenView[]
    - `url` string — API endpoint to GET this object
    - `html_url` string — Web URL to view this object in Buddy.works
    - `id` string — The ID of the access token
    - `name` string — The name/description of the access token
    - `token` string — The actual access token value. Only returned when creating a new token
    - `expires_in` integer — The token expiration time in days
    - `expires_at` string, date-time — The token expiration date

---

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