GET
/
accounts
{
  "status": true,
  "message": "Operation successful",
  "data": {},
  "meta": {
    "total": 100,
    "pageCount": 10,
    "perPage": 10,
    "currentPage": 1
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

page
number

Page number

Required range: x >= 1
Example:

1

limit
number

Number of items per page

Required range: 1 <= x <= 100
Example:

50

Response

200 - application/json

Accounts retrieved successfully

The response is of type object.