This endpoint is used for retrieving a list of terminals under a mid that the POS has access to.
The list of Merchants Terminals associated with the POS.
When you don't have the right permissions to list this Merchants Terminals.
curl -i -X GET \ 'https://api.tyro.com/connect/pay-terminal/merchants/{merchantId}/terminals' \ -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
{- "results": [
- {
- "tid": "1",
- "terminalName": "Front Counter",
- "serialNumber": "DX800012341"
}, - {
- "tid": "2",
- "terminalName": "Johns Device",
- "serialNumber": "DX800012342"
}, - {
- "tid": "5",
- "terminalName": "Backup Terminal",
- "serialNumber": "DX800012345"
}
]
}