Import Integration
Accept an integration export payload and process the import in the background.
Returns 202 immediately. The actual work (creating the integration, resource records, and use cases with remapped IDs) runs as a background task. Check the server logs for completion status and any non-fatal errors.
Authorizations
Retrieve your API Key from Dashboard API Keys Section.
Body
Request body for the import endpoint.
Uses plain Pydantic models (not Beanie documents) so the body can be parsed without a live MongoDB connection. The endpoint validates each item against the appropriate BaseConfig TypeAdapter after parsing.
Response
Successful Response
Immediate 202 acknowledgment returned when an import is accepted and queued for background processing.
Human-readable status indicating the import has started.