We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
/init
Being called on app start, with cookie token. In case of missing cookie, or wrong token error returned. In case of valid token PlayerInfo is returned.
token
PlayerInfo
/login?code=<code>
After code resolved to user info, Player and Organization are found or created. token returned as a cookie. PlayerInfo is returned as response body.
Player
Organization