Logoelepay
Square

List readers

GET
/terminal/readers
最大件数
value ≤ 100 · default: 20
検索開始位置
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"
    }
  ]
}