cURL
curl --request POST \ --url https://api.nomi.tools/v1/finance/accounts/{accountId}/sync \ --header 'Accept: <accept>' \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: application/json' \ --data ' { "period": [ "2023-12-25" ] } '
Synchronize account data for a specific period.
Use HTTP Basic Authentication. Provide your email as login and PPT token as the password.
application/json
Account synchronized successfully