v1

latestOpenAPI 3.0.32026-07-132534113.7 KB
Events

Track Event

Tracks an analytics event from the SDK. Used for funnel analysis, screen views, and custom events.

post/iap/events

Request body

event_typestring required

The event type identifier (e.g., paywall_shown, purchase_started, checkout_completed).

user_idstring required

The user's external ID.

product_idstring

The product related to this event, if applicable.

screen_namestring

The screen or view where the event occurred.

metadataobject

Additional key-value metadata for the event.

Response

Event recorded

statusstring

Example response

{
  "status": "ok"
}