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.Authentication#
Starting a Player Session#
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:Sign in With Apple Game Center
Using The Game Session Token#
Sending along a session token in a POST request#
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. Modified at 2025-04-23 09:49:00