Check session
POST/v1/auth
Validate session and get player account info
Required headers:
X-Payload-Signature— HMAC-SHA256 hex signature of the request bodySession— JWT token identifying the authenticated player
Responses
- 200
- 401
- 403
- 5XX
Successful Response
Invalid or expired session token.
HMAC signature verification failed.
Server error — the platform retries up to 3 times with exponential backoff before treating the request as failed.