---
title: "Token info"
method: GET
path: "/v1/token/info"
tags: ["Authentication"]
---

# Token info

`GET /v1/token/info`

Retrieve information about the API token used to authenticate this request. Use this endpoint to verify that your token is valid and to determine which workspace it belongs to.

Returns the token's unique identifier and the subdomain of the associated Dovetail workspace. This is useful for confirming connectivity before making further API calls, or for identifying which workspace a token grants access to in multi-workspace setups.

## Response `200`

200

- object
  - `data` object, required
    - `id` string, required — The unique identifier of the API token.
    - `subdomain` string, required — The subdomain of the Dovetail workspace that this token is associated with (e.g. 'acme' for acme.dovetail.com).

## Other responses

- `400` — 400
- `401` — 401
- `403` — 403
- `404` — 404
- `422` — 422
- `429` — 429
- `500` — 500

---

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