Marketplace

Read one listing

GET/v1/marketplace-items/{marketplaceItemKey}

The same item the shop lists, for a client showing one on a screen of its own, including an item curated into a collection only, since the caller named it. An item that does not exist, is switched off, or is hidden from this player is the same 404.

AuthorizationBearer <token>

Paste a project API key (no 'Bearer ' prefix). Create one in the dashboard under API keys.

In: header

Path Parameters

marketplaceItemKey*string

Query Parameters

PlayerId?string

Your own id for the player.

LanguageCode?string

Preferred locale for item text; null = each text's default locale.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/marketplace-items/string"
{  "marketplaceItemKey": "string",  "name": "string",  "description": null,  "images": {    "property1": "string",    "property2": "string"  },  "priceInPoints": 0,  "contents": [    {      "catalogItemKey": "string",      "value": {        "type": "number",        "value": 0.1      }    }  ],  "status": "Purchasable",  "isPurchasable": true,  "occurrenceNumber": 0,  "remainingStock": null,  "remainingPurchases": null,  "availableUntilUtc": null}