Get Key Claims For Me
GET/inventory/v1/player/me/keyClaim
Get All Key Claims for all external Key campaigns for the current player.
Responses
- 200
- 403
- 409
- 500
Successful Response
- application/json
- Schema
- Example (from schema)
Schema
Array [
- Portal
- MOD1
- MOD1
- MOD1
- MOD1
- MOD1
- MOD1
- MOD1
]
claims
object[]
required
List of Key Claims available to the Player
portal_id
object
Platform the player is on
anyOf
integer
Possible values: [-2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33]
portal_user_id
object
The Platform's unique identifier for the player
anyOf
string
The unique identifier for the KeyClaim
claimed
object
Whether the KeyClaim has been claimed
anyOf
boolean
external_key
object
The external key that was been claimed by the player. This is only filled out once the KeyClaim has been claimed
anyOf
string
external_key_campaign_uuid
object
The unique identifier for the MarketingCampaign that the external key was claimed from
anyOf
string
external_key_type
object
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.
anyOf
string
created_on
object
The time the KeyClaim was created
anyOf
string
last_modified_on
object
The time the KeyClaim was last modified
anyOf
string
{
"claims": [
{
"portal_id": -2,
"portal_user_id": "string",
"key_claim_uuid": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"claimed": true,
"external_key": "string",
"external_key_campaign_uuid": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"external_key_type": "string",
"created_on": "string",
"last_modified_on": "string"
}
]
}
Forbidden
- application/json
- Schema
- Example (from schema)
Schema
Default value: true
{
"auth_success": true,
"error_code": "string",
"desc": "string"
}
Conflict
- application/json
- Schema
- Example (from schema)
Schema
Default value: true
{
"auth_success": true,
"error_code": "string",
"desc": "string"
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
Default value: true
{
"auth_success": true,
"error_code": "string",
"desc": "string"
}