Prepare an import
Queue the parsing and scoring step, which reads the source and produces the preview rows to review. Creating an import queues this automatically, so call it…
Queue the parsing and scoring step, which reads the source and produces the preview rows to review. Creating an import queues this automatically, so call it only to retry an import left in created or prepare_failed.
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
id*string
Import session identifier
Format
uuidResponse Body
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/api/v1/imports/550e8400-e29b-41d4-a716-446655440000/prepare"{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "state": "queued_prepare", "eventId": "string"}How is this guide?