---
title: "Current API token details"
method: GET
path: "/me"
tags: ["Auth"]
---

# Current API token details

`GET /me`

<small>This endpoint is available to any valid API token.</small>

Shows information about the current [API token](/#authentication).

## Response `200`

`MeResource`

- object
  - `data` MeResource, required
    - `uuid` string, required
    - `name` string, required
    - `expires_at` string, nullable, required
    - `account` MinimalAccountResource, required
      - `uuid` string, required
      - `name` string, required
    - `settings` ApiTokenSettingsResource, required
      - `account_default_api_version` string, required — Requests will use this version unless a `Fynk-Api-Version` header is sent to override it
      - `request_api_version` string, required — The version being used for the current request
      - `latest_api_version` string, required — The newest version available
      - `changelog` object, required — Details of changes between `request_api_version` and `latest_api_version`
    - `created_at` string, date-time, nullable, required
    - `updated_at` string, date-time, nullable, required
  - `links` object, required
    - `documentation` string, required — Link to this API documentation
    - `document_list` string, nullable, required — Link to the [List documents](/operations/v1.documents.index) endpoint. Null if the token does not have permission to list documents
    - `template_list` string, nullable, required — Link to the [List templates](/operations/v1.templates.index) endpoint. Null if the token does not have permission to list templates

## Other responses

- `401` — Unauthenticated

---

[API](https://skmtc.dev/fynk/apis/fynk-api-reference.md) · [All operations](https://skmtc.dev/fynk/apis/fynk-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fynk/fynk-api-reference/revisions/9657a6757f59/schema)
