curl --location -g --request GET 'https://api.synci.io/api/v1/banks/accounts?sort&include&page[size]&page[number]&filter[active]&filter[bank_connection_id]&filter[bban]&filter[iban]&filter[bank_config_id]&filter[bic]&filter[currency]&filter[product_name]&filter[owner_name]&filter[source_type]' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": 0,
"bank_connection_id": 0,
"bank_connection": {
"id": 0,
"bank_id": 0,
"bank": {
"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
},
"enabled": true,
"health": {
"status": "HEALTHY",
"integrator_message": "string",
"failure_count": 0,
"last_attempt_at": "2019-08-24T14:15:22Z"
},
"status": "CR",
"status_message": "string",
"sync_balances": true,
"max_historical_days": 0,
"access_valid_for_days": 0,
"consent_expires_at": "2019-08-24T14:15:22Z",
"accounts_last_synced_at": "2019-08-24T14:15:22Z",
"auth_url": "string",
"bank_accounts": [
{}
],
"bank_accounts_count": "string",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
},
"config": {
"generated": {
"payee": "AUTO",
"description": "AUTO",
"date": "AUTO"
},
"parse_payee_with_ai": "string",
"sync_start_date": "2025-01-01",
"sync_auto": true,
"sync_pending_transactions": true,
"sync_balances": true,
"sync_frequency_in_minutes": 0,
"fields_for_duplicate_filtering": [
"string"
]
},
"health": {
"status": "HEALTHY",
"integrator_message": "string",
"failure_count": 0,
"last_attempt_at": "2019-08-24T14:15:22Z"
},
"integrator": "UNKNOWN",
"name": "string",
"display_name": "string",
"bban": "string",
"iban": "string",
"owner_name": "string",
"currency": "string",
"product_name": "string",
"details": "string",
"msisdn": "string",
"integrator_id": "string",
"institution_id": "string",
"details_last_synced_at": "2019-08-24T14:15:22Z",
"transactions_last_synced_at": "2019-08-24T14:15:22Z",
"balances_last_synced_at": "2019-08-24T14:15:22Z",
"balance": {
"available": 0,
"cleared": 0
},
"rules": "string",
"transfer_links": [
{
"id": 0,
"bank_account_id": 0,
"bank_account": {},
"destination_type": "YNAB",
"destination_id": 0,
"destination": {
"id": 0,
"budget_id": 0,
"budget": {
"id": 0,
"connection_id": 0,
"connection": {
"id": 0,
"health": {
"status": "HEALTHY",
"integrator_message": "string",
"failure_count": 0,
"last_attempt_at": "2019-08-24T14:15:22Z"
},
"enabled": true,
"auth_url": "string",
"sync_balances": true,
"sync_payees": true,
"sync_categories": true,
"sync_transactions": true,
"ynab_user_id": "string",
"budgets": [
{}
],
"last_synced_at": "2019-08-24T14:15:22Z",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
},
"ynab_id": "string",
"enabled": true,
"name": "string",
"currency": "string",
"first_month": "string",
"last_month": "string",
"accounts": [
{}
],
"last_synced_at": "2019-08-24T14:15:22Z",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
},
"ynab_id": "string",
"health": {
"status": "HEALTHY",
"integrator_message": "string",
"failure_count": 0,
"last_attempt_at": "2019-08-24T14:15:22Z"
},
"name": "string",
"type": "checking",
"on_budget": true,
"closed": true,
"note": "string",
"balance": "string",
"cleared_balance": "string",
"uncleared_balance": "string",
"transfer_payee_id": "string",
"direct_import_linked": true,
"last_reconciled_at": "string",
"rules": "string",
"transfer_links": [
{}
],
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
},
"transfer_start_date": "2025-01-01",
"active": true,
"on_booked_change": {
"update_status": true,
"update_payee": true,
"update_description": true,
"update_amount": true
},
"rules": "string",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
}
],
"transfer_links_count": "string",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
}
],
"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
}
}