---
title: "Validate JWT token"
method: POST
path: "/cocart/jwt/validate-token"
tags: ["authentication"]
---

# Validate JWT token

`POST /cocart/jwt/validate-token`

Validate an existing JWT token

## Response `200`

Token is valid

- object
  - `message` string

## Other responses

- `401` — Invalid token

---

[API](https://skmtc.net/cocartapi/apis/cocart-jwt-authentication.md) · [All operations](https://skmtc.net/cocartapi/apis/cocart-jwt-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cocartapi/cocart-jwt-authentication/revisions/2031b047ca5f/schema)
