Data Collector API
Import historical data
Post data to the Collector for asynchronous processing
POST
/
data
Don’t forget to generate your access token to use this endpoint.
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
Workspace ID
Array of items to import