v1

latestOpenAPI 3.1.02026-07-242325051.4 MB
Core Data

TerminalProducts

Get an overview of terminal products.

get/v2/terminalproducts

Response

OK

totalinteger nullable

The total items the collection contains

Example response

{
  "terminalProducts": [
    {
      "code": "TX-1234-4321",
      "type": "ACCESSORIES",
      "name": "A77 protective case",
      "description": "Protective case for the A77 terminal.",
      "translations": {
        "...": {
          "nl_NL": "The Dutch translation",
          "en_GB": "The British translation",
          "nl_BE": "The Flemish translation",
          "fr_FR": "The French translation",
          "de_DE": "The German translation",
          "it_IT": "The Italian translation",
          "es_ES": "The Spanish translation"
        }
      },
      "createdAt": "2025-07-16T14:34:11.575Z",
      "modifiedAt": "2025-07-29T08:17:28.235Z"
    }
  ],
  "total": 10
}