curl --request GET \
--url https://api.hit-pay.com/v1/readers \
--header 'X-BUSINESS-API-KEY: <x-business-api-key>'{
"data": [
{
"id": "<string>",
"name": "<string>",
"device_type": "<string>",
"details": {
"title": "<string>",
"image": "<string>"
},
"data": {
"id": "<string>",
"serial_number": "<string>"
},
"created_at": "<string>",
"updated_at": "<string>"
}
],
"links": {
"first": "<string>",
"last": "<string>",
"prev": "<unknown>",
"next": "<unknown>"
},
"meta": {
"current_page": 123,
"from": 123,
"last_page": 123,
"links": [
{
"label": "<string>",
"active": true,
"url": "<string>"
}
],
"path": "<string>",
"per_page": 123,
"to": 123,
"total": 123
}
}List all connected card reader terminals
curl --request GET \
--url https://api.hit-pay.com/v1/readers \
--header 'X-BUSINESS-API-KEY: <x-business-api-key>'{
"data": [
{
"id": "<string>",
"name": "<string>",
"device_type": "<string>",
"details": {
"title": "<string>",
"image": "<string>"
},
"data": {
"id": "<string>",
"serial_number": "<string>"
},
"created_at": "<string>",
"updated_at": "<string>"
}
],
"links": {
"first": "<string>",
"last": "<string>",
"prev": "<unknown>",
"next": "<unknown>"
},
"meta": {
"current_page": 123,
"from": 123,
"last_page": 123,
"links": [
{
"label": "<string>",
"active": true,
"url": "<string>"
}
],
"path": "<string>",
"per_page": 123,
"to": 123,
"total": 123
}
}"b286daabf9921b5a01a4621f026c111e046f8911feba212996c92159b98427d"
The number of items in page.
x <= 100Was this page helpful?