v1

latestOpenAPI 3.0.02026-08-06165119238.1 KB
Static Items

List static items

Retrieves a list of static item ids wrapped in the element "results".

get/v3/static

Response

OK

Example response

{
  "results": [
    {
      "id": "123456789ABCD"
    }
  ]
}