For the complete documentation index, see llms.txt. This page is also available as Markdown.

Self Report

Self-reported invoice and cashflow data endpoints

Submit self-reported cashflows

post

Submit cashflow items for the authenticated organization. Each entry in items takes one of three shapes, selected by its type field:

  • transaction — an individual transaction with a precise datetime and a required externalId for deduplication.

  • aggregate — a daily total for a date (zero allowed for no-activity days).

  • collateral — a cumulative collateral snapshot for a date.

Items flow through the standard capture → normalize pipeline. Transactions and aggregates become ledger entries; collateral snapshots are stored in the dedicated collateral_snapshots table.

Authorizations
x-api-keystringRequired

API key in the format: cc_xxx_yyy (for customer API routes)

Body
Responses
202

Default Response

application/json
messagestringRequired
captureIdstring · uuidRequired
jobIdstringRequired
itemCountintegerRequired
post/v3/self-report/cashflows

Last updated

Was this helpful?