POST
/
items
/
get
/
guest
/
{id}
curl --request POST \
  --url https://v3.minestorecms.com/api/items/get/guest/{id}
{
  "success": true,
  "name": "VIP+ Rank",
  "active": true,
  "is_subs": false,
  "image": "/img/items/1.png",
  "original_price": 100,
  "price": 90,
  "discount": 10,
  "quantityGlobalLimit": 50,
  "quantityGlobalCurrentLimit": 30,
  "quantityUserLimit": null,
  "quantityUserCurrentLimit": null,
  "virtual_price": 1000,
  "is_virtual_currency_only": false,
  "id": 1,
  "description": "<p>This is an example description for a VIP+ Rank.</p>",
  "in_cart": false,
  "is_unavailable": false
}

Path Parameters

id
string
required

The ID of the item to retrieve

Response

200
application/json

OK

The response is of type object.