---
title: "GET /{stack}/adminconfig/v2/tokens/{tokenID}"
method: GET
path: "/{stack}/adminconfig/v2/tokens/{tokenID}"
tags: ["Tokens"]
---

# GET /{stack}/adminconfig/v2/tokens/{tokenID}

`GET /{stack}/adminconfig/v2/tokens/{tokenID}`

get token info

## Path parameters

- `stack` string, required
- `tokenID` string, required

## Response `200`

Successfully Get Token Info

- object
  - `tokeninfo` TokenInfo
    - `audience` string, required
    - `expiresOn` string, date-time, required
    - `id` string, required
    - `lastUsed` string, date-time
    - `lastUsedIP` string
    - `notBefore` string, date-time, required
    - `status` string, required
    - `token` string
    - `type` string
    - `user` string, required

## Other responses

- `default` — unexpected error

---

[API](https://skmtc.dev/splunk/apis/splunk-cloud-admin-api.md) · [All operations](https://skmtc.dev/splunk/apis/splunk-cloud-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/splunk/splunk-cloud-admin-api/revisions/65903649d1c2/schema)
