Skip to main content

Create New Inventory Session

POST 

/inventory/v1/player/:player_id/session

deprecated

Create a new Inventory Session for the specified player.

Request

Path Parameters

    player_id Player Idrequired

Body

required

    session_platform

    object

    The platform for the session.

    anyOf

    string

    Possible values: [Anon, Basic, XboxLive, PSN, NintendoNAID, NintendoSwitch, NintendoPPID, Google, GooglePlay, Apple, Epic, Steam, Amazon, Twitch, RallyHere, LegacyName]

Responses

Successful Response

Schema

    session_id Session Id (string)required

    The ID of the session.

    session_platform

    object

    The platform for the session.

    anyOf

    string

    Possible values: [Anon, Basic, XboxLive, PSN, NintendoNAID, NintendoSwitch, NintendoPPID, Google, GooglePlay, Apple, Epic, Steam, Amazon, Twitch, RallyHere, LegacyName]

    order_id

    object

    The ID of the Order generated for any Loot given during the creation of the Inventory Session.

    anyOf

    string

Loading...