---
title: "POST /api/user/token-verify/"
method: POST
path: "/api/user/token-verify/"
tags: ["User"]
---

# POST /api/user/token-verify/

`POST /api/user/token-verify/`

Verifies if the refresh token is valid and can be used to generate a new access_token.

## Request body

- TokenVerifyWithUser
  - `token` string — Deprecated. Use `refresh_token` instead.
  - `refresh_token` string, required

## Response `200`

- object
  - `user` object — An object containing information related to the user.
    - `first_name` string — The first name of related user.
    - `username` string, email — The username of the related user. This is always an email address.
    - `language` string — An ISO 639 language code (with optional variant) selected by the user. Ex: en-GB.

## Other responses

- `401`

---

[API](https://skmtc.net/baserow/apis/baserow-api-spec.md) · [All operations](https://skmtc.net/baserow/apis/baserow-api-spec/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/baserow/baserow-api-spec/revisions/0c490e5b0c7f/schema)
