Submit import data

This endpoint is used to submit the data file to an existing import job identified by the path parameter {id}.

Submitting the data file triggers the asynchronous processing of the data. You can monitor the progress and final status of the data processing using the dedicated job status endpoint.

Note: There is currently no limit to the number of rows you can upload per Submit request, however, files are limited to 5GB.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
int64
required
Query Params
string
enum
Defaults to replace

The listAction query parameter specifies how the imported data affects the membership of the account list associated with this job ID.

Allowed Value Description replace (default) Removes all existing members from the associated account list and adds the members from the current import file. insert Adds new members from the current import file to the existing account list. If no account list is associated with this job, one will be created. delete Removes members from the existing account list if they are matched in the import data. noop Processes and imports the data but does not make any changes to the associated account list membership.

Allowed:
Body Params

The request body is expected to be the raw binary content of the data file.

TypeMedia TypeDescription
string<binary>application/octet-streamThe binary content of the data file to be imported (e.g., a CSV file).
Headers
string
enum
Defaults to application/octet-stream

Generated from available request content types

Allowed:
Responses

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json