Skip to main content
POST
Import Integration

Authorizations

Authorization
string
header
required

Retrieve your API Key from Dashboard API Keys Section.

Body

application/json

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.

integration
IntegrationImportItem · object

Generic schema-less item used in import body parsing — accepts any fields.

use_cases
IntegrationImportItem · object[]
resource_records
IntegrationImportItem · object[]

Response

Successful Response

Immediate 202 acknowledgment returned when an import is accepted and queued for background processing.

message
string
required

Human-readable status indicating the import has started.