Player Authenticate API
Player Authenticate API - Operator API
{
"playerId": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}{
"sessionId": "550e8400-e29b-41d4-a716-446655440000",
"accessToken": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...",
"refreshToken": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...",
"tokenType": "Bearer",
"expiresIn": 3600
}REQUIRED - JWT Authorization header using the Bearer scheme. All API endpoints require authentication, except for authentication endpoints (Connect/authentication). Example: "Authorization: Bearer {token}"
Unique transaction identifier for request tracking
0e33f671-f582-4dc4-8d14-52fd2f722fefPlayer authenticated successfully with new session and tokens generated.
Invalid request data or malformed player identifier.
Authentication failed due to invalid credentials or token.
Player account is blocked or access is forbidden.
Player not found and could not be created in Identity service.
External Identity service is unavailable or returned an error.
External Identity service timeout or temporarily unavailable.
{
"refreshToken": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."
}{
"sessionId": "550e8400-e29b-41d4-a716-446655440000",
"accessToken": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...",
"refreshToken": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...",
"tokenType": "Bearer",
"expiresIn": 3600
}REQUIRED - JWT Authorization header using the Bearer scheme. All API endpoints require authentication, except for authentication endpoints (Connect/authentication). Example: "Authorization: Bearer {token}"
Unique transaction identifier for request tracking
7a0c6c9b-5ffd-4db9-a39d-c017bf49b666Tokens refreshed successfully with extended session expiration.
Invalid request format or malformed refresh token.
Refresh token is invalid, expired, or has invalid signature.
Player account is blocked or session access is forbidden.
External service dependency is unavailable or returned an error.
External service timeout or temporarily unavailable.
Last updated