List Accounts
Name
Type
Description
Required
{
"status": "success",
"data": {
"items": [
{
"reference_id": "Mary",
"account_type": "Individual",
"name": "Mary Jane",
"account_category": "customer",
"email": "[email protected]",
"created": "2024-09-20T07:16:05+00:00",
"last_modified": "2024-09-20T07:16:05+00:00"
},
{
"reference_id": "Ospree",
"account_type": "Entity",
"name": "Ospree Ltd.",
"account_category": "customer",
"email": "[email protected]",
"created": "2024-09-18T09:52:51+00:00",
"last_modified": "2024-09-18T09:52:51+00:00"
},
{
"reference_id": "John123",
"account_type": "Individual",
"name": "John Doe",
"account_category": "recipient",
"email": "[email protected]",
"created": "2024-09-18T09:52:36+00:00",
"last_modified": "2024-09-18T09:52:36+00:00"
},
{
"reference_id": "NewBusiness123",
"account_type": "Entity",
"name": "New Business Ltd.",
"account_category": "recipient",
"email": "[email protected]",
"created": "2024-09-18T09:52:14+00:00",
"last_modified": "2024-09-18T09:52:14+00:00"
}
],
"pagination": {
"total": 4,
"size": 10,
"page": 1
}
}
}Last updated