cURL
curl --request GET \ --url https://api.nomi.tools/v1/finance/accounts/{id} \ --header 'Accept: <accept>' \ --header 'Authorization: Basic <encoded-value>'
{ "id": "<string>", "name": "<string>", "balance": 123, "currency": "<string>" }
Retrieve a specific account by its ID.
Use HTTP Basic Authentication. Provide your email as login and PPT token as the password.
application/json
Account details