cURL
curl --request POST \ --url https://api.nomi.tools/v1/finance/accounts/bulk \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: application/json' \ --data ' [ { "id": "<string>", "name": "<string>", "balance": 123, "currency": "<string>" } ] '
{ "ids": [ "<string>" ] }
Save multiple accounts in bulk.
Documentation IndexFetch the complete documentation index at: https://docs.nomi.tools/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.nomi.tools/llms.txt
Use this file to discover all available pages before exploring further.
Use HTTP Basic Authentication. Provide your email as login and PPT token as the password.
Accounts saved successfully