v1
latestOpenAPI 3.1.02026-07-242325051.4 MBCore Data
TerminalTypes
Get all terminal types that are available in our system
get/v2/terminaltypes
Response
OK
Example response
{
"terminalTypes": [
{
"code": "TY-1234-4321",
"productNumber": "D77002*03",
"name": "Sunmi P2 SMARTPAD",
"description": "Sunmi P2 SMARTPAD Description",
"supplierName": "AtosWorldline",
"type": "terminal",
"orientation": "landscape",
"hasPinPad": true,
"hardwareFeatures": [
"NFC",
"Bluetooth",
"WiFi",
"4G"
],
"status": "active",
"images": [
{
"type": "front",
"url": "/terminaltypes/front/TY-1234-1234.svg",
"deviceImageWidth": 600,
"deviceImageHeight": 800,
"screenDisplayTopOffset": 218,
"screenDisplayLeftOffset": 94,
"screenDisplayHeight": 226,
"screenDisplayWidth": 380
}
],
"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": "2024-06-04T08:15:00+01:00",
"modifiedAt": "2024-06-04T08:15:00+01:00",
"deletedAt": "A-1234-4321"
}
],
"total": 10
}