Submit a batch of events for testing
Events
Submit a batch of events for testing
Use this endpoint to send an array of events for processing. Make sure to comply with the request schema for each event. NOTE: this is a dry run and will not result in actual storage of the events.
POST
Submit a batch of events for testing
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
An array of events following the EventInput schema. This request body should be included in the PUT request to '/events' Up to 1000 events or a total payload max size of 256KB
Required array length:
1 - 1000 elementsResponse
Events with their corresponding meter and customer data.
