Create a batch of events used to record user actions
POST/events/batch
Submit between 1 and 20 events in a single request. Each event is processed independently and the response reports the per-event result so the caller can retry only the events that failed.
Request
Responses
- 202
- 207
- 400
- 401
- 403
- 500
- 502
Every event in the batch was accepted for processing.
Some events were accepted and others failed. Inspect results to determine which events to retry.
The server could not understand the request due to invalid syntax. The client should modify the request and try again.
Authentication is required to access the requested resource. The client must include the appropriate credentials.
The server understood the request, but refuses to authorize it. Ensure the client has appropriate permissions.
The server encountered an unexpected condition that prevented it from fulfilling the request. Report the issue to the support team if it persists.
Every event in the batch failed to be accepted for processing. The caller should retry the whole batch.