Get Entitlement Events
GET /inventory/v1/entitlement-event
Get entitlement events for a player. If no player is provided, all events will be returned.
Required Permissions:
- For any player (including themselves) any of:
inv:*
,inv:entitlement_event:read
Authorizations
Parameters
Query Parameters
Player to get entitlement events for
Player to get entitlement events for
Player to get entitlement events for. Will be ignored if player_uuid is provided
Player to get entitlement events for. Will be ignored if player_uuid is provided
Cursor for pagination
Cursor for pagination
Responses
200
Successful Response
object
The list of events
object
The unique identifier for the event
The type of the event
The type of entitlement when the event occurred
The status of the event
The player UUID for the event
The player ID for the event
The platform for the event
The platform user ID for the event
The SKU for the event
The quantity for the event
The external transaction ID for the event
The platform specific data for the event
object
The order ID for the event
The loot ID for the event
The portal user key claim id
Datetime that enforces that a timezone is given. Unix timestamps are allowed and forced into the UTC time zone
Datetime that enforces that a timezone is given. Unix timestamps are allowed and forced into the UTC time zone
The cursor for the next page of events
403
Error Codes:
auth_invalid_key_id
- Invalid Authorization - Invalid Key ID in Access Tokenauth_invalid_version
- Invalid Authorization - versionauth_malformed_access
- Invalid Authorization - malformed access tokenauth_not_jwt
- Invalid Authorizationauth_token_expired
- Token is expiredauth_token_format
- Invalid Authorization - {}auth_token_invalid_claim
- Token contained invalid claim value: {}auth_token_invalid_type
- Invalid Authorization - Invalid Token Typeauth_token_sig_invalid
- Token Signature is invalidauth_token_unknown
- Failed to parse tokeninsufficient_permissions
- Insufficient Permissions
object
422
Validation Error