Lists the terminals available to a merchant

This endpoint is used for retrieving a list of terminals under a mid that the POS has access to.

Request
Security:
header Parameters
Authorization
required
string
Default: Bearer {$$.env.access_token}
Responses
200

The list of Merchants Terminals associated with the POS.

403

When you don't have the right permissions to list this Merchants Terminals.

get/pay-terminal/merchants/{merchantId}/terminals
Request samples
curl -i -X GET \
  'https://api.tyro.com/connect/pay-terminal/merchants/{merchantId}/terminals' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
Response samples
application/json
{
  • "results": [
    ]
}
Copyright © Tyro Payments 2019-2024. All right reserved.