Skip to main content
GET
List financial statements

Authorizations

Authorization
string
header
required

Wavix API key. Pass as Authorization: Bearer <api_key>. Keys support per-resource scopes (none / read / write). See Restricted keys and scopes.

Query Parameters

page
integer<int32>

Page number to retrieve. Default 1.

Example:

1

per_page
integer<int32>

Number of records to return per page. Default 25.

Example:

25

Response

Returns a paginated list of financial statements.

is_empty
boolean
required

Indicates whether the statement list is empty.

Example:

false

invoices
Invoice · object[]
required

Auto-generated statements for the account.

pagination
Pagination · object
required