API Name Create Player
Notes
  • Creates a new player in the database and return the pid (playerid and token)
  • The pid is 8 characters long representation for the player.
  • If the "login"/username entered is less than 8 characters, the pid will be the same as the login.
  • If the login is longer than 8 characters, the system will replace the pid with an 8 character long digit representation.
  • The token is used to authenticate the player against the system to run games. This token is valid for either 45 seconds upon generation or 1-time usage.
  • For more information click here.