Get Inventory Session Info
GET/inventory/v1/player/:player_id/session
deprecated
Get an Inventory Session for the specified player.
Request
Path Parameters
player_id Player Idrequired
Responses
- 200
- 403
- 422
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"
}
Validation Error
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
- MOD1
- MOD2
]
]
detail
object[]
loc
object[]
required
anyOf
string
integer
msg Message (string)required
type Error Type (string)required
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}
Loading...