post https://api.getblueshift.com/api/v1/bulkevents
Use this endpoint to send multiple events from your server or use javascript events that call the API.
Note
- The bulk API call is network efficient. This API call reduces the number of connections needed.
- You can send multiple events in bulk as a part of an array.
- The maximum size of a payload is 1MB or 30 events per payload.
- We recommend you to limit the number of bulk calls to 5 per second (or 150 events/sec).
Try it out
- Add the Event API key as the Username and leave the Password field blank.
- Click the Base URL dropdown and select the API endpoint URL for your Blueshift region.
- Click Try It.
You can also try the API using Blueshift's API collection in Postman.