Accounts
List accounts
get/api/v1/accounts
Query parameters
startinteger
Offset used to paginate results
countinteger
Number of items to return
sortstring
Example:-createdAt
Sort column
Response
successful operation
Example response
[
{
"id": 42,
"name": "chocobozzz",
"userId": 42
}
]