Activation funnel from registration through full activation.
cURL
curl --request GET \ --url https://api.example.com/api/admin/analytics/funnel \ --header 'Authorization: Bearer <token>'
{ "steps": [ { "step": "<string>", "count": 123, "pct_of_registered": 123 } ], "registered": 123 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Response for GET /api/admin/analytics/funnel.
Show child attributes