POST/api/public/widget/track
Records an anonymous widget usage event (e.g. "widget opened") for internal statistics.
Auth & Security
Widget embed token (X-Widget-Token header) + origin allowlist
Rate Limit: 60 Anfragen pro Minute
Idempotent: Yes
Parameters
widget_code(body, string, required)event(body, string, required)— e.g. "widget_opened"Example Request
{"widget_code":"...","event":"widget_opened"}Example Response
(no body)
Live Test Proof
Success (204 No Content) verified live.