Last modified:2026-08-19 10:02:57
Log an in-app event, for logged-in AND logged-out users alike. Pass the event_name from the /lookup/core events list plus the client's device_id - events fire before login too (app_opened, onboarding, login CTA tapped), so device_id is what attributes the event, not the auth token.Request: Bearer token optional - when present and valid, the event is also linked to that user_id; when absent/invalid, the event is still recorded against device_id alone.Body: event_name (from /lookup/core), device_idSuccess: 200 - returns { success, message } only (no data).Errors: 404 - unknown event_name | 422 - missing fields