post https://api.getblueshift.com/api/v1/event
Use this endpoint to send an event from your server or use javascript events to call the API.
- Ensure that you provide values for at least one of the following fields:
customer_id
,event
,device_id
,cookie
oremail
. - If possible, provide values for more than one of these fields.
- For anonymous users, specify at least the value for the
cookie
.
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.