v1

latestOpenAPI 3.1.02026-07-242325051.4 MB
Core Data

TerminalCardBrands

Get all terminal card brands that are available in our system

get/v2/terminalcardbrands

Response

OK

totalinteger nullable

The total items the collection contains

Example response

{
  "terminalCardBrands": [
    {
      "id": 1002,
      "name": "Maestro",
      "image": "/terminal_card_brands/33.svg",
      "createdAt": "2024-06-04T08:15:00+01:00",
      "modifiedAt": "2024-06-04T08:15:00+01:00",
      "deletedAt": "A-1234-4321"
    }
  ],
  "total": 10
}