cURL
curl --request GET \ --url https://api.useadam.io/v1/adam/reports/income-statement \ --header 'X-API-Key: <api-key>'
{ "status": "success", "message": "Income statement generated successfully", "data": { "headings": [ { "label": "Revenue", "level": 1 } ], "content": [ { "label": "Sales", "amount": 12500.5, "children": [] } ], "totals": { "net_income": 4200 } }, "meta": { "from": "2024-01-01", "to": "2024-03-31" } }
Business secret tyms_sk_... for all routes except Register business, which expects your partner secret.
tyms_sk_...
Profit and loss (same basis as in-app reports)
"success"
Single resource, array of resources, statement sections, or async job metadata — see each operation's example.
Pagination (page, limit, total) and/or report range (from, to). Cash flow may include previous_period_end.
page
limit
total
from
to
previous_period_end