Welcome to the LootLocker Game API Reference Documentation.We do our best to keep this documentation up to date, but if you find any issues, please reach out to us at hello@lootlocker.com, or swing by our Discord Server and talk to us directly.
Before you can call any of the other endpoints, you first need to start a player session.Currently, methods supported for authentication are as follows:
All session registration calls will return a session_token, which is used to identify the player in subsequent requests.The session token is sent as a HTTP header, with the name x-session-token. If this is not sent with a request, an authentication error will be returned.