Get Player Uuid Key Claim
GET /inventory/v2/player/{player_uuid}/keyClaim/{key_claim_uuid}
Get Key Claim by uuid for the given player.
Authorizations
Parameters
Path Parameters
Responses
200
Successful Response
A KeyClaim is a reward a player for fulfilling requirements of an eternal marketing campaign. Once the player has completed the requirements of the campaign and have been assigned a sku of the campaign by the Platform, invoke Process Key Entitlements to consume the sku from the Platform for a Key Claim.
object
Platform the player is on
The Platform’s unique identifier for the player
The unique identifier for the KeyClaim
Whether the KeyClaim has been claimed
The external key that was been claimed by the player. This is only filled out once the KeyClaim has been claimed
The unique identifier for the MarketingCampaign that the external key was claimed from
This can be used to allow the player to claim different types based on their preferrence. While we don’t have requirement for what should contain, it must match a key type assigned to the external campaign.
The time the KeyClaim was created
The time the KeyClaim was last modified
403
Forbidden
object
409
Conflict
object
422
Validation Error
object
object
500
Internal Server Error