{
"data": [
{
"attributes": {
"account_number": "string",
"bank_code": "string",
"bic": "string",
"code": "pat_kb_privatbank",
"iban": "string",
"name": "Test",
"sort_code": 305299,
"status": "active",
"vatin": "string"
},
"id": "bnk_ROO9xUfcBUwOIsqI",
"links": {
"self": "/v1/{path}/{id}"
},
"relationships": {
"organization": {
"data": {
"id": "org_qXJX8D9I5VCQjCOH",
"type": "organizations"
},
"links": {
"related": "/v1/banks/bnk_ROO9xUfcBUwOIsqI/organization"
}
}
},
"type": "banks"
}
],
"links": {
"first": "/v1/{path}?page[number]=1&page[size]=10",
"last": "/v1/{path}?page[number]=42&page[size]=10",
"next": "/v1/{path}?page[number]=41&page[size]=10",
"prev": "/v1/{path}?page[number]=39&page[size]=10"
},
"meta": {
"pages": 42,
"total": 419
}
}