Get conversion funnel metrics
Returns the sessions-to-purchases conversion funnel for the organization over an optional date range: the number of sessions, the number of purchases, and the conversion rate. conversionRate is null when no sessions were observed in the period (clients should render an empty state). Requires a Nevermined API key. Requires active organization membership. Requires the organization to be on the Premium tier or higher.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Organization ID
"org-abc123"
Query Parameters
ISO-8601 end date (inclusive). Omit for no upper bound.
"2026-02-01T23:59:59.999Z"
ISO-8601 start date (inclusive). Omit for no lower bound.
"2026-01-01T00:00:00.000Z"
Response
Conversion funnel metrics
Number of sessions observed in the period.
5000
Number of purchases observed in the period.
250
Conversion rate (purchases / sessions). null when no sessions were observed in the period — clients should render an empty state ("No data yet") rather than 0.
0.05