An individual terminal information
A functionality to return the information and status of an identified terminal. Used to obtain the Terminal's battery and connectivity status.
Fetching a terminal was successful
Invalid API key/MID.
Forbidden from performing this action.
{- "terminal": {
- "deviceId": "device-123",
- "name": "Front Counter 1",
- "group": "string",
- "mid": "string",
- "terminalId": "string",
- "status": {
- "battery": 99,
- "connectivity": "AVAILABLE",
- "applicationVersion": "v1.0.1"
}
}
}