Events
Last updated
Was this helpful?
Last updated
Was this helpful?
Behavioral events are automatically recorded by our application, so because of this the only endpoints that are available are a list of endpoints, and the ability to retrieve a single event by UUID.
This is intended to be used with our in case you need to look up an event that was sent to gather additional information.
GET
https://yoursite.mavenseed.com/api/v1/events
Retrieve all customers
page
integer
Results are paginated.
Authorization
string
Auth token
GET
https://yoursite.mavenseed.com/api/v1/events/:id
Retrieve a single event by UUID.
Authorization
string
Auth token