➡️Custom Events API
For more detailed understanding of how users interact with your application, you can track custom events across your application by sending us Custom Events via our API at https://spindl.link/events/server.
To do this, you will need:
Spindl API Key
Properly Formatted events (you can send individual event or an array)
for each event, you can define an object:
Below are several examples for sending an array of events to our API:
Send Custom Events
POST
https://spindl.link/events/server
Sending Custom events via API
Headers
Request Body
Last updated