Validates a server JWT. Checks the following criteria:
login.xsolla.com
serverrequest_type
field: gateway_token
projectId required | string <uuid> ID de projet de connexion issu du Compte éditeur. |
token required | string The server token that is sent by the Xsolla Login server to your server in response to the authentication, user registration, or password reset request when using a custom data storage. |
OK
Bad Request
Unauthorized
Not Found
Unprocessable Entity
Too Many Requests
{- "token": "Server token"
}
{- "error": {
- "code": "003-061",
- "description": "Object not found.",
- "details": { }
}
}