Insights API (0.0.1)
API powering the Insights feature of Algolia.
Pushes an array of events.
This command pushes an array of events.
Request Body schema: application/json
required | Array of objects (InsightEvent) [ items ] Array of events sent. | ||||||||||||||||||
Array
|
Responses
Request samples
- Payload
{- "events": [
- {
- "eventType": "click",
- "eventName": "string",
- "index": "string",
- "userToken": "string",
- "timestamp": 0,
- "queryID": "string",
- "objectIDs": [
- "string"
], - "filters": [
- "string"
], - "positions": [
- 0
]
}
]
}
Response samples
- 200
- 400
- 402
- 403
- 404
{- "message": "string"
}