This endpoint will return a list of DLC's migrated for the player. The DLC identifiers returned will be the ones of the platform the DLC belongs to. The identifier will always be a string, even if the identifier is numeric.
Request
Authorization
API Key
Add parameter in header
x-session-token
Example:
x-session-token: ********************
or
Header Params
Responses
🟢200OK
application/json
Body
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://api.lootlocker.com/game/v1/player/dlcs' \
--header'x-session-token: <api-key>'