Company logoTrust Center Documentation
API v1 ReferenceImportsIdPrepare

Queue import preparation

Retry preparation for an import in created or prepare_failed state. Browse request parameters, authentication requirements, response payloads, and working…

POST
/api/v1/imports/{id}/prepare

Retry preparation for an import in created or prepare_failed state.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string
Length1 <= length

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/api/v1/imports/string/prepare"
{  "id": "string",  "state": "created",  "event_id": "string",  "error": "string"}

How is this guide?