Create New Inventory Session By Player Uuid
POST
/inventory/v2/player/{player_uuid}/session
Create a new Inventory Session for the specified player.
Authorizations
- HTTPBearerHeadersOrCookie
Parameters
Path Parameters
player_uuid
required
string format: uuid
Request Body required
Request body for creating a new Inventory Session.
object
session_platform
The platform for the session.
string
Responses
202
Successful Response
Response body for creating a new Inventory Session.
object
session_id
required
The ID of the session.
string
session_platform
The platform for the session.
string
order_id
The ID of the Order generated for any Loot given during the creation of the Inventory Session.
string
403
Forbidden
object
auth_success
boolean
error_code
required
string
desc
required
string
422
Validation Error
object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string