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。
Responses
204
OK
400
無効なリクエスト
404
見つかりません
422
処理不可能なエンティティー
429
リクエストの回数が多すぎます
Request samples
Payload
Curl
JavaScript
Node.js
Python
C#
Go
Java
application/json
{
"token": "jwtToken"
}
Response samples
400
404
422
429
application/json
{
"error": {
"code": "003-061",
"description": "Object not found."
}
}
We respect your privacy
You can change or withdraw your consent at any time by going back to Privacy settings.
By clicking "Accept all", you give us consent to process your personal data and set all cookies. Alternatively, you can customize your preferences in Settings.