Get Inventory Session Info By Player Uuid Self
GET/inventory/v2/player/me/session
Get an Inventory Session for the currently logged in player.
Responses
- 200
- 403
Successful Response
- application/json
- Schema
- Example (from schema)
Schema
- Platform
session_id Session Id (string)required
Unique ID for this Inventory Session.
session_platform
object
Platform for this Inventory Session.
anyOf
string
Possible values: [Anon, Basic, XboxLive, PSN, NintendoNAID, NintendoSwitch, NintendoPPID, Google, GooglePlay, Apple, Epic, Steam, Amazon, Twitch, RallyHere, LegacyName]
applied_durable_loot integer[]
Default value: ``
Durable Loot that has been applied when this Inventory Session was created.
{
"session_id": "string",
"session_platform": "Anon",
"applied_durable_loot": [
0
]
}
Forbidden
- application/json
- Schema
- Example (from schema)
Schema
auth_success Auth Success (boolean)
Default value: true
error_code Error Code (string)required
desc Desc (string)required
{
"auth_success": true,
"error_code": "string",
"desc": "string"
}
Loading...