Submit Import
Submit Import
Submit a validated import session for downstream processing
POST
Submit Import
Submit Import
Submit a validated import session for downstream processing. This creates the data file and starts the processing pipeline that will ingest the records into your organization’s data.Request
Headers
Your API key for authenticationExample:
sk_live_1234567890abcdefYour organization UUIDExample:
a8315ef3-dd50-43f8-b7ce-d839e68d51faPartner identifier for the submitting applicationExample:
dcyclePath Parameters
UUID of the import session to submitExample:
"11111111-1111-1111-1111-111111111111"Body Parameters
When
true, submit even if some rows have validation errors. Only valid rows will be processed; error rows are skipped.Additional context values collected late in the wizard (e.g.
facility_id for wastes). Values are merged into the session before submission.Example: {"facility_id": "a8315ef3-dd50-43f8-b7ce-d839e68d51fa"}Response
Submission result status (e.g.
submitted)UUID of the created data file
UUID of the downstream processing job. Use this to track processing progress.
Number of rows submitted for processing
Example
Successful Response
Common Errors
401 Unauthorized
Cause: Missing or invalid API key403 Forbidden
Cause: The authenticated user is not a member of the organization400 Bad Request
Cause: Session has validation errors andignore_errors is false
409 Conflict
Cause: Session has already been submitted422 Unprocessable Entity
Cause: Missing required context field for the templateRelated Endpoints
Get Import Status
Check submission and processing progress
Create Session
Start a new import

