cURL
curl --request POST \ --url https://api.nomi.tools/v1/finance/accounts/{accountId}/import \ --header 'Accept: <accept>' \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: multipart/form-data' \ --form file='@example-file'
{ "statement": {} }
Upload a statement file for a specific account.
Use HTTP Basic Authentication. Provide your email as login and PPT token as the password.
application/json
Statement uploaded successfully