Skip to main content
GET
Account statement (JSON, PDF or Excel)

Authorizations

Authorization
string
header
required

Session JWT (from register/login) or API key (pk_...). X-API-Key: <token> is accepted as an alternative header.

Query Parameters

from
string<date>
required

Start date (YYYY-MM-DD, organization timezone, inclusive).

to
string<date>
required

End date (YYYY-MM-DD, organization timezone, inclusive). Max range: 400 days.

format
enum<string>
default:json

json for the web view; pdf/xlsx download the branded file.

Available options:
json,
pdf,
xlsx
lang
enum<string>
default:en

Language of the PDF/Excel output. Defaults to English.

Available options:
en,
es,
zh

Response

The statement (JSON) or the file bytes (pdf/xlsx).

The response is of type object.

Last modified on August 22, 2026