The merchant's terminal fleet information
A functionality to return a list of all terminals registered with the merchant's ID; The list contains information and status of each terminal. Used to obtain Terminal IDs of the merchant and obtain their availability status.
Terminals Found.
Invalid API key/MID.
Forbidden from performing this action.
{- "terminals": [
- {
- "deviceId": "device-123",
- "name": "Front Counter 1",
- "group": "string",
- "mid": "string",
- "terminalId": "string",
- "status": {
- "battery": 99,
- "connectivity": "AVAILABLE",
- "applicationVersion": "v1.0.1"
}
}
]
}