Skip to main content
The import/ endpoint provides an interface for importing data into the system. The API can be used to start, pause, resume, cancel, and query the current progress of import processes.

Supported methods

List of all supported methods.

General

Supported services and formats

The import/ endpoint provides an interface for importing data into the system. The API can be used to start, pause, resume, cancel, and query the current progress of import processes. The import function is currently supported for the following services:

Methods for data import

GET import/{service}/status

This endpoint returns the current status of a running or most recently executed import process for a given service (e.g. newsletterSubscriber). The response contains detailed information about the progress, processed and erroneous data records, the start time, and — if available — the end time of the import. The status of an import process is represented by numeric values:
0 = READY
1 = STARTING
2 = RUNNING
3 = PAUSED
4 = CANCELED
5 = FINISHED
6 = ERROR
These status values provide information about the current progress or result of an import. Appropriate permissions for the respective service are required for access — either write and create permissions, or an administrator account with full access.

Example

Response

Error codes

POST import/{service}/start

This endpoint starts the import process for a given service. The data to be uploaded (e.g. as JSON or CSV) is passed in the request body. If an import process is already running for the service, it is automatically canceled before the new import is started. The response immediately returns the current status of the started import. It contains information about progress, the number of processed and erroneous data records, and start/end times. The status value is returned as a numeric code according to the import definition. Write and create permissions for the respective service (e.g. newsletter) are required to start an import. Alternatively, an administrator account with full access is required.

Query parameters

Example

Request body

Response

Error codes

POST import/{service}/pause

This endpoint pauses a running import process for a given service. The response contains the current status of the paused process, including processed data records, progress, and any errors. After a successful pause, the status value is set to PAUSED (3). Write and create permissions for the respective service (e.g. newsletter) are required to pause an import. Alternatively, an administrator account with full access is required.

Example

Response

Error codes

POST import/{service}/resume

This endpoint resumes a paused import process for a given service. The response contains the current status of the resumed process, including processed data records, progress, and any errors. Write and create permissions for the respective service (e.g. newsletter) are required to resume an import. Alternatively, an administrator account with full access is required.

Example

Response

Error codes

DELETE import/{service}/cancel

This endpoint cancels a running import process for a given service. The response contains the current status of the canceled process, including processed data records, progress, and any errors. After a successful cancel, the status value is set to CANCELED (4). Write and create permissions for the respective service (e.g. newsletter) are required to cancel an import. Alternatively, an administrator account with full access is required.

Example

Response

Error codes

Support

Bei technischen Fragen und Hilfestellungen ist unser Support-Team für Sie erreichbar: Zum Kundenportal Bitte senden Sie uns eine möglichst detaillierte Beschreibung sowie Screenshots, Requests/Antworten, damit wir Ihre Anfrage zeitnah und zielführend beantworten können.