Skip to main content

Create New Inventory Session Self

POST 

/inventory/v1/player/me/session

deprecated

Create a new Inventory Session for the currently logged in player.

Request

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...