Core concepts
Before integration, agree with support which data sources (API vs scheduled Connector) apply to each step, and review entity dependencies for parent/child upload order.
Session lifecycle
Typical flow
POST /uploading/initialize-session→ getupload_uuidPOST /uploading/:upload_uuid/:entity_name→ upload data packagesGET /uploading/:upload_uuid/status→ wait forcan_start_upload = truePOST /uploading/:upload_uuid/start-upload→ start ConnectorGET /uploading/:upload_uuid/status→ wait forsession_status = DONE