23 lines
352 B
JSON
23 lines
352 B
JSON
{
|
|
"data": [
|
|
{
|
|
"type": "accounts",
|
|
"id": "2",
|
|
"attributes": {
|
|
"name": "Checking Account",
|
|
"type": "asset",
|
|
"iban": "NL01BANK0123456789"
|
|
}
|
|
}
|
|
],
|
|
"meta": {
|
|
"pagination": {
|
|
"total": 1,
|
|
"count": 1,
|
|
"per_page": 20,
|
|
"current_page": 1,
|
|
"total_pages": 1
|
|
}
|
|
}
|
|
}
|