Skip to main content
POST
person_import.api.finished

Authorizations

Authorization
string
header
required

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

Body

application/json
_eventType
enum<string>
required
Available options:
person_import.api.finished
importId
string
required

Unique identifier of the import.

status
enum<string>
required

Status of the import.

Available options:
NOT_STARTED,
UPLOADING,
ERROR,
COMPLETED
updatedAt
string<date-time>
required

Timestamp the import finished.

failedRecords
object[] | null
required

Response

200

Success