{
"items": [
{
"id": 45,
"firstName": "John",
"lastName": "Wick",
"phone": "+1 818-727-1234",
"email": "john.wick@example.com",
"address1": "9024 Some Ave",
"address2": null,
"city": "LA",
"state": "CA",
"zipCode": "90069",
"accounts": [
{
"id": 1,
"name": "John Wick",
"type": "Checking",
"accountNumber": "*****0101",
"routingNumber": "202020202"
}
],
"identifier": null,
"dba": {
"id": 22
}
},
{
"id": 44,
"firstName": "Jack",
"lastName": "Wick",
"phone": "+1 818-727-1234",
"email": "john.wick@example.com",
"address1": "9024 Thrasher Ave",
"address2": null,
"city": "LA",
"state": "CA",
"zipCode": "90069",
"accounts": [
{
"id": 2,
"name": "Jack Wick's Account",
"type": "Checking",
"accountNumber": "******7890",
"routingNumber": "123456789"
}
],
"identifier": null,
"dba": {
"id": 9
}
}
],
"_links": {
"self": {
"href": "https://zendashboard.com/api/ach/customer?page=1"
},
"first": {
"href": "https://zendashboard.com/api/ach/customer?page=1"
},
"last": {
"href": "https://zendashboard.com/api/ach/customer?page=1"
},
"next": {
"href": https:
}
},
"_meta": {
"totalCount": 2,
"pageCount": 1,
"currentPage": 1,
"perPage": 30
}
}