---
title: "Validate tokens"
method: POST
path: "/auth/session/validate-tokens"
tags: ["auth"]
---

# Validate tokens

`POST /auth/session/validate-tokens`

Validate access and refresh token pair without rotation

## Request body

- object
  - `refreshToken` string, required

## Response `200`

Default Response

- object
  - `valid` boolean, required

## Other responses

- `401` — Default Response

## Changes

- **2026-09-01** `f71272a0461c` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/blockmatic/apis/basilic-api/changes/auth/session/validate-tokens/post.md)

---

[API](https://skmtc.dev/blockmatic/apis/basilic-api.md) · [All operations](https://skmtc.dev/blockmatic/apis/basilic-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/blockmatic/basilic-api/revisions/22b6b4788d3a/schema)
