---
title: "Get metadata about the current authentication token"
method: GET
path: "/v1/token"
tags: ["api"]
---

# Get metadata about the current authentication token

`GET /v1/token`

## Response `200`

Metadata about the current authentication token

- object
  - `data` union, required
    - ApiTokenRead
      - `user_uuid` string, uuid, required
      - `created_at` string, date-time, required
      - `expires_at` string, date-time, required
      - `type` 'api', required
      - `uuid` string, uuid, required
      - `name` string, required
      - `scopes` string[], required — Expected values include: `comments:read`, `comments:write`, `companies:read`, `companies:write`, `controls:read`, `engagements:read`, `engagements:write`, `engagements.files:read`, `engagements.files:write`, `files:read`, `forms:read`, `insights:read`, `milestones:read`, `milestones:write`, `requests:read`, `requests:write`, `requests.files:read`, `requests.files:write`, `users:read`, `webhooks:read`, `webhooks:write`, `sheets:read`, `sheets:write`. This list is not exhaustive; additional values can be added over time.
      - `provisioned_for` string, required
    - JwtTokenRead
      - `user_uuid` string, uuid, required
      - `created_at` string, date-time, required
      - `expires_at` string, date-time, required
      - `type` 'jwt', required

## Other responses

- `401` — Unauthorized

---

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