v1

latestOpenAPI 3.0.02026-07-24126202516.7 KB
Items

Show Item Status

Show the status of an Item using a given :id.

get/items/{id}/status

Path parameters

idstring required

Marketplace / Platform item ID

Response

OK

Example response

{
  "items": {
    "id": "100fd4a0-0538-11e6-b512-3e1d05defe78",
    "state": "pending"
  }
}