/partners/accountsList connected accounts
Returns all accounts the end-user has linked through your partner integration, normalized across Plaid and Flinks.
curl https://api.northbound.dev/v1/partners/accounts \
-H "Authorization: Bearer nb_live_••••" \
-H "Northbound-User-Id: usr_8fA2…"{
"data": [
{
"id": "acc_01H8…",
"institution": { "id": "chase", "name": "Chase", "region": "US" },
"provider": "plaid",
"name": "Total Checking",
"mask": "4421",
"type": "depository",
"subtype": "checking",
"currency": "USD",
"balance": { "current": 4820.55, "available": 4720.55 },
"updated_at": "2026-06-30T12:14:08Z"
}
],
"has_more": false,
"next_cursor": null
}