GET
/
v1
/
readers
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
  }
}

Headers

X-BUSINESS-API-KEY
string
required
Example:

"b286daabf9921b5a01a4621f026c111e046f8911feba212996c92159b98427d"

Query Parameters

limit
number
default:10

The number of items in page.

Required range: x <= 100
page
number
default:1

Response

200 - application/json
200

The response is of type object.