---
title: "Validate token"
method: POST
path: "/accounts/token-validate"
tags: ["Authentication"]
---

# Validate token

`POST /accounts/token-validate`

Validates an authentication or refresh token.

## Request body

- object
  - `token` string, required — Token to validate

## Response `200`

Token validation result

- object
  - `data` boolean, required

---

[API](https://skmtc.net/quivaworks/apis/quiva-ai-gateway.md) · [All operations](https://skmtc.net/quivaworks/apis/quiva-ai-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/quivaworks/quiva-ai-gateway/revisions/771d118bd4d1/schema)
