---
title: "Get details about a token used to authenticate the request"
method: GET
path: "/api/auth/validate"
tags: ["Auth"]
---

# Get details about a token used to authenticate the request

`GET /api/auth/validate`

## Response `200`

OK

- AuthValidateResultDto — Details about the token used to validate the request
  - `revocationId` string, required — The id used to revoke the token
  - `name` string, required — Name of the token
  - `domain` string, required — The product domain for the associated customer
  - `expirationUtc` string, date-time, required — UTC instant at which the token stops being accepted. For any token this endpoint answers it is a future instant, since an expired one is rejected before the request is served. Tokens created without an expiry report the maximum representable date rather than a real one.

---

[API](https://skmtc.net/fulcrumpro/apis/fulcrum-publicapi.md) · [All operations](https://skmtc.net/fulcrumpro/apis/fulcrum-publicapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fulcrumpro/fulcrum-publicapi/versions/1b5649cff14a/schema)
