cURL
Data Collector API
Import historical data
Post data to the Collector for asynchronous processing
POST
cURL
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.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Data import payload
Response
Data import response
The response is of type string.
Example:
"queued"