---
title: "Get details to your token."
method: GET
path: "/token"
tags: ["Token"]
---

# Get details to your token.

`GET /token`

Get details to your token.

## Response `200`

Token data successfully fetched.

- object
  - `data` Tokens
    - `id` number
    - `name` string
    - `abilities` string[]
    - `last_used_at` string, date-time, nullable
    - `expires_at` string, date-time, nullable
    - `created_at` string, date-time
    - `updated_at` string, date-time

## Other responses

- `401` — Error: Unauthorized
- `404` — Resource or page not found.

---

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