Get Catalog Entitlement Sku By Platform
GET/inventory/v1/catalog/entitlement-sku/:platform
Get all Entitlement SKUs for a specific platform
Request
Path Parameters
Possible values: [Anon, Basic, XboxLive, PSN, NintendoNAID, NintendoSwitch, NintendoPPID, Google, GooglePlay, Apple, Epic, Steam, Amazon, Twitch, RallyHere, LegacyName]
Header Parameters
If you provide the ETag that matches the current ETag for this content, will return a 304 response - indicating that the content has not changed.
Responses
- 200
- 304
- 403
- 404
- 422
Successful Response
Response Headers
ETag
string
Used to identify this version of the content. Provide with a get request to avoid downloading the same data multiple times.
- application/json
- Schema
- Example (from schema)
Schema
- LootEntitlement
- MOD1
- MOD1
- MOD1
- ExternalKeyEntitlement
- CacheInfo
custom_data
object
Custom data associated with the resource
Possible values: [Anon, Basic, XboxLive, PSN, NintendoNAID, NintendoSwitch, NintendoPPID, Google, GooglePlay, Apple, Epic, Steam, Amazon, Twitch, RallyHere, LegacyName]
The platform of the SKU
The SKU of the platform
loot_entitlement
object
The Loot that will be granted to the player
anyOf
How a Platform SKU will be converted into Loot for a player
Possible values: [consumable, durable, durable_single_use]
The action taken on the platform when granting this SKU
The Loot ID that will be granted to the player
refund_loot_id
object
The Loot ID that will be granted to the player when the SKU is refunded
anyOf
integer
chargeback_loot_id
object
The Loot ID that will be granted to the player when the SKU is charged back
anyOf
integer
chargeback_reversal_loot_id
object
The Loot ID that will be granted to the player when the SKU is charged back is reversed
anyOf
integer
external_key_entitlement
object
The External Key Entitlement
anyOf
The External Key Campaign ID
The quantity of the External Key Entitlement
cache_info
object
Cache info for the Platform SKUs.
anyOf
Cache information for the resource it is attached to. The etag value can be used with the If-None-Match and If-Match headers
Possible values: non-empty
{
"custom_data": {},
"platform": "Anon",
"sku": "string",
"loot_entitlement": {},
"external_key_entitlement": {},
"cache_info": {}
}
Content still has the same etag and has not changed
Forbidden
- application/json
- Schema
- Example (from schema)
Schema
Default value: true
{
"auth_success": true,
"error_code": "string",
"desc": "string"
}
Not Found
- application/json
- Schema
- Example (from schema)
Schema
Default value: true
{
"auth_success": true,
"error_code": "string",
"desc": "string"
}
Validation Error
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
- MOD1
- MOD2
]
]
detail
object[]
loc
object[]
required
anyOf
string
integer
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}