Skip to main content

Data upload: API

Updated over 5 months ago

When uploading data via API, you can either upload records one by one, or upload a CSV file.

You can find detailed information about Person and Transaction upload via API in our API documentation.


❗️Person data always needs to be uploaded before Transaction, i.e. Transactions are tied to Persons.

Uploading records one by one

Supported API calls:


Uploading CSV file via API

CSV file should follow the same requirements which are applicable when uploading a CSV via UI:

Files up to 100M are supported. File processing happens asynchronously.

CSV data upload is composed of validation and upload phases. You can read more about it in the API documentation.

Did this answer your question?