---
title: "Validate API Token"
method: GET
path: "/v1/auth/validate"
---

# Validate API Token

`GET /v1/auth/validate`

Validates an API token belonging to a user.

## Response `200`

Successful response

- object
  - `exp` integer — The time of expiration for the provided token in unix epoch seconds, or `-1` if there is no expiration.

---

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