Skip to main content
POST
/
v1
/
finance
/
accounts
/
{accountId}
/
import
Upload statement
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": {}
}

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

Body

multipart/form-data
file
file

Response

200 - application/json

Statement uploaded successfully

statement
object