Game API
HomeLootLocker
HomeLootLocker
LootLocker
  1. Home
  • Back to home
  • Files
  • List Files for Player
    GET
  • List Public Files for Player
    GET
  • Get File By ID for Player
    GET
  • Delete File By ID for Player
    DELETE
  • Upload File For Player
    POST
  • Upload Public File For Player
    POST
  1. Home

Get File By ID for Player

GET
/game/player/files/{file_id}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.lootlocker.com/game/player/files/318' \
--header 'x-session-token;'
Response Response Example
{}

Request

Authorization
API Key
Add parameter in header
x-session-token
Example:
x-session-token: ********************
Path Params
file_id
string 
required
Example:
318
Header Params
x-session-token
string 
required
Example:
{{session_token}}

Responses

🟢200Success
application/json
Body
object {0}
Modified at 2024-01-19 12:21:13
Previous
List Public Files for Player
Next
Delete File By ID for Player
Built with