Skip to main content
GET
/
statements
Get financial statements
curl --request GET \
  --url https://api.app.lastaccountingcompany.com/portal/statements \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Portal API key minted in portal Settings → API access. Scope read or write; pinned to one company. Send as Authorization: Bearer lac_sk_....

Query Parameters

customer_id
string

Target company. Optional — API keys are pinned to one company, and single-company sessions default to it.

range
string

Period selector: YYYY-MM, YYYY-Qn, YYYY, all, this_month, or last_6_months.

statement
string

Specific statement to return (e.g. cashflow). Omit for the default set.

months
integer

Number of trailing months to include.

Response

object | null

Statements payload, or null when nothing is available.

Financial statement read models for the selected range. Statement line interiors are returned as-is; amounts are integer cents.