Authentication
Authorizations
x-app-api-keystringRequired
App API key in format:
Body
playerIdstring · nullableRequired
Player ID to associate with the code. Used to link the player to the code. Optional.
Responses
200
Code generated successfully
application/json
401
Unauthorized - invalid or missing API key
application/json
500
Unable to generate unique code or internal server error
application/json
post
/codeAuthorizations
x-app-api-keystringRequired
App API key in format:
Body
codestringRequiredPattern:
Authentication code
^[0-9]{6}$Responses
200
Game code validation result
application/json
400
Invalid request data
application/json
401
Unauthorized - invalid or missing App API key
application/json
500
Internal server error
application/json
post
/auth/codeLast updated