Skip to main content

List Deposits

GET 

/api/qbo/deposits

List mirrored QuickBooks bank deposits, paginated.

Allowed sorts: id, txn_date, total_amount, sync_status, last_synced_at, qbo_created_at, qbo_updated_at, created_at, updated_at. Prefix with - for descending. Default sort: -created_at.

Searchable columns (filter[search]): id, qbo_id.

These documents are written to QuickBooks by SKU's ledger sync (or mirrored from QuickBooks), so the API surface is read-only — list and get only.

Authentication: Requires Bearer token.

Request

Responses

OK

Response Headers
    Content-Type