put https://{region}-api.dotdigital.com/insightData/v3/import
Imports a batch of Insight data records into a collection and upserts them. This either creates new records or updates already existing records. This is an asynchronous operation and you need to check when it is complete by calling getImportStatus
Notes:
- If the Insight data collection does not exist it will be created
- If targeting a contact scoped Insight collection, then you must provide a contactIdentity on each record
You can import a maximum of 50MB of data per call
Your JSON request body can be a maximum size of 50MB, therefore allowing a large number of records to be imported in a single call.