---
title: "GET /v2/GetCurrentAdminTokenInfo"
method: GET
path: "/v2/GetCurrentAdminTokenInfo"
tags: ["Admin API token"]
---

# GET /v2/GetCurrentAdminTokenInfo

`GET /v2/GetCurrentAdminTokenInfo`

Return information about the calling admin API token.

## Response `200`

Information about the admin token

- GetCurrentAdminTokenInfoResponse
  - `created` string, date-time, nullable — Creation date
  - `expiration` string, date-time, nullable — Expiration time and date, formatted according to RFC 3339
  - `expired` boolean, required — Whether this admin token is expired already
  - `id` string, nullable — Identifier of the admin token (which is also a prefix of the full bearer token)
  - `name` string, required — Name of the admin API token
  - `scope` string[], required — Scope of the admin API token, a list of admin endpoint names (such as `GetClusterStatus`, etc), or the special value `*` to allow all admin endpoints

## Other responses

- `500` — Internal server error

---

[API](https://skmtc.dev/deuxfleurs/apis/garage-administration-api.md) · [All operations](https://skmtc.dev/deuxfleurs/apis/garage-administration-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/deuxfleurs/garage-administration-api/revisions/07ffb2d0febb/schema)
