Terminal
List readers
AuthorizationBearer <token>
API authentication is performed via Bearer auth using the secret key as the bearer token. The secret key is a critical key that allows all API operations, so handle it with care.
In: header
Query Parameters
limit?integer
Maximum number of items
Default
20Range
value <= 100offset?integer
Starting offset
Default
0Response Body
application/json;charset=utf-8
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": {
"property1": "string",
"property2": "string"
},
"status": "pending"
}
]
}