cURL
curl --request GET \ --url https://api.nomi.tools/v1/finance/accounts \ --header 'Accept: <accept>' \ --header 'Authorization: Basic <encoded-value>'
{ "accounts": [ { "id": "<string>", "name": "<string>", "balance": 123, "currency": "<string>" } ], "meta": { "total": 100, "size": 10, "pages": 1, "page": 1 } }
Retrieve a list of accounts with optional totals.
Use HTTP Basic Authentication. Provide your email as login and PPT token as the password.
application/json
totals
List of accounts
Show child attributes
Total number of items.
100
Maximum number of items per page.
10
Total number of pages.
1
Current page number.