Skip to contents

Bank Accounts

Get bank account records for a company.

View as Markdown

Returns a paginated list of bank accounts associated with the specified company.

Endpoint

Parameters

ParameterTypeInDescription
company_idintegerpathThe unique identifier of the company.
pageintegerqueryPage number (default: 1).
limitintegerqueryRecords per page (default: 100).

Code Examples

Get bank accounts

Response

Success response

Error Handling

Error response

This endpoint can also return {"status": 402, "message": "payment required"} when the subscription is canceled or expired, and {"status": 429, "message": "quota exhausted"} when the plan’s report quota for the current period is used up.