Siren

Get Engagement Types

Retrieve the list of registered engagement trigger types.

Last updated: April 9, 2026

Get Engagement Types

GET /siren/v1/engagements/types

Returns the list of registered engagement trigger types. Response is transformed by RegistryResponseInterceptor.

Example Response:

{
  "options": [
    { "id": "referredSiteVisit", "name": "Site Visited" },
    { "id": "manual", "name": "Manual Attribution" },
    { "id": "boundCouponUsed", "name": "Coupon code used" }
  ]
}

The available types depend on which integrations are active. referredSiteVisit and manual are always present. boundCouponUsed only appears when a coupon-supporting e-commerce integration (WooCommerce, EDD, LifterLMS, or NorthCommerce) is active.