Upload export file
Upload a new bank export file.
POST /bank/imports
Required scope:
- entries:rw
Parameters
account optional string
|
Account id where the data will be imported. |
import optional file
|
Import file |
* denotes required field/parameter.
Request
$ curl https://api.toshl.com/bank/imports \ -H "Authorization: Bearer T9cE5asGnuyYCCqIZFoWjFHvNbvVqHjl" \ -X POST \ -F 'account=ACCOUNT_ID' \ -F 'import=@/path/to/file.csv'