Logoelepay
Square

List readers

GET
/terminal/readers
Maximum number of items
value ≤ 100 · default: 20
Starting offset
default: 0

Response Body

application/json

OK

TypeScript Definitions

Use the response body type in TypeScript.

curl -X GET "https://api.elepay.io/terminal/readers"
{
  "total": 0,
  "readers": [
    {
      "id": "string",
      "appId": "string",
      "object": "terminal.reader",
      "liveMode": true,
      "locationId": "string",
      "serialNumber": "string",
      "registrationCode": "string",
      "metadata": {},
      "status": "pending"
    }
  ]
}