curl --location -g --request GET 'https://api.synci.io/api/v1/banks/supported?sort&page[size]&page[number]&filter[name]&filter[bic]&filter[external_id]&filter[supported]&filter[country]&filter[integrator]&filter[search]' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": 0,
"integrator": "UNKNOWN",
"country": "string",
"name": "string",
"bic": "string",
"logo": "string",
"supported": true,
"supports_pending_transactions": true,
"supports_card_accounts": true,
"max_historical_days": 0,
"max_access_valid_for_days": 0
}
],
"links": {
"first": "string",
"last": "string",
"prev": "string",
"next": "string"
},
"meta": {
"current_page": 0,
"from": 0,
"last_page": 0,
"links": [
{
"url": "string",
"label": "string",
"active": true
}
],
"path": "string",
"per_page": 0,
"to": 0,
"total": 0
}
}