---
title: "GET /auth/tokens/{tokenId}"
method: GET
path: "/auth/tokens/{tokenId}"
tags: ["tokens"]
---

# GET /auth/tokens/{tokenId}

`GET /auth/tokens/{tokenId}`

Get information about a specific token by id.

## Path parameters

- `tokenId` integer, required

## Response `200`

A token specified by id

- TokenUser
  - `dbCreateDate` integer
  - `dbUpdateDate` integer
  - `id` integer
  - `tokenSource` 'quay.io' | 'github.com' | 'dockstore' | 'bitbucket.org' | 'gitlab.com' | 'zenodo.org' | 'google.com' | 'orcid.org'
  - `userId` integer
  - `username` string

## Other responses

- `404` — Token not found

---

[API](https://skmtc.net/dockstore/apis/dockstore-api.md) · [All operations](https://skmtc.net/dockstore/apis/dockstore-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dockstore/dockstore-api/versions/9d82a4e96aa7/schema)
