Xsolla-logo

Validate user JWTClient-side

post/token/validate

Validates a user JWT based on the following criteria:

  • the lifetime of the token
  • existence of the Login project
  • presence of an authentic signature from the login.xsolla.com server
  • user existence
  • Validates the user JWT.
Request
Request Body schema: application/json
token
required
string

JWT del usuario.

Responses
204

ACEPTAR

400

Bad Request (Solicitud errónea)

404

Not Found (No encontrado)

422

Unprocessable Entity (Entidad no procesable)

429

Too Many Requests (Demasiadas solicitudes)

Request samples
application/json
{
  • "token": "jwtToken"
}
Response samples
{
  • "error": {
    }
}