Printago API
GET /v1/sequences/usage

Get all sequences with usage

Sequences with usage facts: how many serials each has issued, the last issued serial, and which SKUs currently bind a text parameter to it.

Requires: sequence.view

Response Schema

Response
value
object[]

Example Response

200 OK — application/json
[
  {
    "issuedCount": 1,
    "usedBySkuIds": [
      "string"
    ],
    "name": "string",
    "nextValue": 1,
    "prefix": "string",
    "suffix": "string",
    "padding": 1,
    "id": "string",
    "storeId": "string",
    "createdAt": "2026-09-13T00:32:49.691Z",
    "updatedAt": "2026-09-13T00:32:49.691Z"
  }
]