List bank accounts
Lists bank accounts the caller can see. Results are filtered by the caller's accessible organizations; many routes paginate via page and limit.
Scope: bank_accounts:read
Endpoint: GET /api/bank-accounts
Example request
curl "https://guliel.com/api/bank-accounts?organizationId=value" \
-H "Authorization: Bearer $GULIEL_API_KEY"Query parameters
organizationIdreqstring
Response (200/201)
object:idreqstringorganizationIdreqstringaccountNamereqstringbankNamereqstringaccountNumberreqstring | nullcurrenciesreqarray<string>branchCodereqstring | nulllocalBankCodereqstring | nullswiftCodereqstring | nullibanreqstring | nullroutingNumberreqstring | nullbankAddressreqstring | nullbankCountryreqstring | nullisDefaultreqbooleannotesreqstring | nullcreatedAtreqstringupdatedAtreqstring
Error responses
400 | Validation |
401 | Unauthenticated |
403 | Forbidden |
500 | Internal |