Skip to main content

Get Platform Entitlements Raw By Player Uuid

GET 

/inventory/v2/player/:player_uuid/entitlement/raw

Get list of entitlements directly from the platform, as they return it (sanitized).

WARNING: There is no guaranteed format for the response from this endpoint. Do not depend on the layout or contents of it for anything other than debugging.

Required Permissions:

  • For any player (including themselves) any of: inv:*, inv:platform_entitlements:any

  • For the player themselves : inv:platform_entitlements:self

Request

Path Parameters

    player_uuid uuidrequired

Query Parameters

    platform_id Platform Idrequired

    Platform this entitlement was purchased was made on

    platform_token any

    Platform token that can be used to verify the identity of the user

    platform_environment any

    Platform Environment to check for ownership

    platform_region PlatformRegionrequired

    Possible values: [Unknown, NA, EU]

    region this purchase was made in

    client_type ClientTyperequired

    Possible values: [UNKNOWN, WIN, MAC, XBOXONE, PS4, SWITCH, ANDROID, IOS, PS5, LINUX, XSX]

    client type this purchase was made on

Responses

Successful Response

Schema

    any

Loading...