Post data to the Collector for asynchronous processing
The items array should contain the historical data you want to import. Each item will be queued and processed individually, and should respect the format of the data schemas.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Data import payload
The body is of type object
.
Data import response
The response is of type string
.
"queued"
Post data to the Collector for asynchronous processing
The items array should contain the historical data you want to import. Each item will be queued and processed individually, and should respect the format of the data schemas.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Data import payload
The body is of type object
.
Data import response
The response is of type string
.
"queued"