Bank Accounts
Get Bank Accounts by Worker ID
Retrieve all bank account objects belonging to a worker (employee or contractor) by their Zeal ID.
GET
Get Bank Accounts by Worker ID
Returns a list of every bank account object belonging to the worker (employee or contractor) with the given
id. To fetch a single account by its own ID instead, use Get Bank Account by ID.
This is the same underlying
GET /bankaccount endpoint as Get Bank Account by ID - the two pages document its two request/response shapes: pass a worker id to get a list, or a bankAccountID to get a single object.