Data Collector API
Import sync data
Post live data to the Collector for asynchronous processing
POST
This endpoint can only be used for testing purpose or very specific cases where you need to process the data synchronously. The queue will be skipped.
Don’t forget to generate your access token to use this endpoint.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
This endpoint is used for special cases where you need to send & process data synchronously. The data is processed immediately and the response is returned in the same request.
Workspace ID
Array of 100 items max to import
Response
200
application/json
Sync data import response
The response is of type object
.