cURL
curl --request GET \ --url https://api.useadam.io/v1/adam/accounts \ --header 'X-API-Key: <api-key>'
{ "status": "success", "message": "Accounts retrieved successfully", "data": [ { "uuid": "acc-uuid-1", "name": "Operating Expenses", "type": "expense", "description": "General operating costs", "account_number": "6000" } ], "meta": { "page": 1, "limit": 20, "total": 1 } }
Business secret tyms_sk_... for all routes except Register business, which expects your partner secret.
tyms_sk_...
Filter by account type.
Chart of accounts (minimal full COA structure)
"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