Skip to main content
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.

Authorizations

Authorization
string
header
required

Query Parameters

companyID
string
required

Company ID of the employer

id
string
required

Employee ID or Contractor ID

Response

200

success
boolean
default:true
Example:

true

data
object[]