# 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.

Endpoint: GET /pay-terminal/merchants/{merchantId}/terminals
Version: 0.9
Security: JWT

## Header parameters:

  - `Authorization` (string, required)

## Response 200 fields (application/json):

  - `results` (array)

  - `results.tid` (string)
    The terminal id or "tid".

  - `results.terminalName` (string)
    The terminal name.

  - `results.serialNumber` (string)
    The serial number on the device located on the barcode.


## Response 403 fields
