Webhooks
Track an Event
Tracks a custom event for analytics purposes. Requires the x-store-id header for identifying the store. Accepts an eventName, eventData, url, and referrer. Utilizes Umami for tracking and groups URLs under the store for Blinkās dashboard.
Use case: This endpoint allows for tracking custom events for a store, useful in analyzing customer interactions, marketing effectiveness, and performance metrics.
Request Body:
eventName(string, required): The name of the event.eventData(object, optional): Additional data related to the event.
Responses:
- 200: Event tracked successfully.
POST
Track an Event
Authorizations
Body
application/json
Track an Event