Documentation Index
Fetch the complete documentation index at: https://mintlify.com/Alejandrin08/Hackathon-SPEI/llms.txt
Use this file to discover all available pages before exploring further.
POST /api/analytics/events
Records a user interaction event. Used internally to measure the impact of accessibility features — tracking how often accessibility modes are used, where users encounter difficulty, and how nudging affects flow completion rates.Events are only stored if the user has granted analytics consent. See Consent Management to check or update consent.
No personal financial data is stored in events. Only behavioral interaction metadata is recorded.
Request body
Name of the screen where the event occurred, e.g.,
"send-money", "login", "transfer-confirm".Type of interaction event. Examples:
"screen_view"— user navigated to a screen"nudge_accepted"— user accepted a nudge prompt"nudge_dismissed"— user dismissed a nudge prompt"theme_changed"— user changed their accessibility theme"transfer_completed"— user completed a SPEI transfer
Optional additional details about the event as a free-form string.
Response
Returns202 Accepted. The event is queued for asynchronous processing.
Error responses
| Status | Description |
|---|---|
400 | Validation error — screen and eventType are required. |
401 | Invalid or missing bearer token. |
