Skip to main content
GET
/
v1
/
finance
/
accounts
/
{accountId}
/
imports
Get account imports list
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": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.nomi.tools/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Use HTTP Basic Authentication. Provide your email as login and PPT token as the password.

Headers

Accept
enum<string>
default:application/json
required
Available options:
application/json

Path Parameters

accountId
string
required

Response

200 - application/json

List of account imports

imports
object[]
currency
string
meta
object