Skip to content

Instantly share code, notes, and snippets.

@TobiasBerg
Created January 22, 2021 12:28
Show Gist options
  • Save TobiasBerg/be96d25ac58d86b2d7dd7a3e06b2fe11 to your computer and use it in GitHub Desktop.
Save TobiasBerg/be96d25ac58d86b2d7dd7a3e06b2fe11 to your computer and use it in GitHub Desktop.
Bash Authenticate Example
curl -X POST 'https://api.lootlocker.io/game/v2/session' \
-H 'Content-Type: application/json' \
-d '{
"game_key": "your game api key",
"platform": "ios",
"player_identifier": "93c2e0e2-e399-41a1-af86-a9e1d0189b77",
"game_version": "1.0.0",
"development_mode": "false"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment