API Reference
Get all card readerds
cURL
curl --request GET \ --url https://api.sandbox.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": "<any>", "next": "<any>" }, "meta": { "current_page": 123, "from": 123, "last_page": 123, "links": [ { "url": "<string>", "label": "<string>", "active": true } ], "path": "<string>", "per_page": 123, "to": 123, "total": 123 } }
"b286daabf9921b5a01a4621f026c111e046f8911feba212996c92159b98427d"
The number of items in page.
x <= 100
200
The response is of type object.
object
Was this page helpful?