cURL
curl --request GET \ --url https://api.nomi.tools/v1/finance/accounts/{accountId}/imports \ --header 'Accept: <accept>' \ --header 'Authorization: Basic <encoded-value>'
{ "imports": [ {} ], "currency": "<string>", "meta": {} }
Retrieve a list of imports for a specific account.
Use HTTP Basic Authentication. Provide your email as login and PPT token as the password.
application/json
List of account imports