Events
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 Webhooks system in case you need to look up an event that was sent to gather additional information.
All Events
GET
https://yoursite.mavenseed.com/api/v1/events
Retrieve all customers
Path Parameters
Name | Type | Description |
---|---|---|
page | integer | Results are paginated. |
Headers
Name | Type | Description |
---|---|---|
Authorization | string | Auth token |
Show Event
GET
https://yoursite.mavenseed.com/api/v1/events/:id
Retrieve a single event by UUID.
Headers
Name | Type | Description |
---|---|---|
Authorization | string | Auth token |
Last updated