Skip to main content
POST
/
api
/
v2
/
data-imports
/
{dataImportId}
:retry
RetryDataImport
curl --request POST \
  --url https://your-sift-api-url.com/api/v2/data-imports/{dataImportId}:retry \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

dataImportId
string
required

data_import_id is the id of the data import to retry. You can only retry an import that is a "url" based import (created with CreateDataImportFromUrl) and is in a failed state.

Response

A successful response.

The response is of type object.