Skip to main content
POST
Copy an import

Authorizations

Authorization
string
header
required

Authenticate using a bearer token. To create a token, navigate to /settings/api-tokens and click Create API Token.

Path Parameters

id
integer
required

Source import ID

Body

application/json
email
string<email>

Override the notification email on the new import

job_name
string

Name for the new job (defaults to "Import Job")

Maximum string length: 255

Response

New import created and job queued

data
object

Bulk import job record. Returned from the imports endpoints and reflects the async ImportJob that processes the rows.