Logoelepay
Square

Get reader

GET
/terminal/readers/{readerId}
Reader ID

Response Body

application/json

OK

TypeScript Definitions

Use the response body type in TypeScript.

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