cURL
curl --request GET \ --url https://api.oneofnone.io/v1/analytics/funnel/analysis \ --header 'x-api-key: <api-key>'
{ "meta": [ { "name": "<string>", "type": "<string>" } ], "data": [ { "step_index": 123, "step_name": "<string>", "sessions": 123, "users": 123, "conversion_rate": 123, "dropoff_rate": 123 } ], "rows": 123, "statistics": { "elapsed": 123, "rows_read": 123, "bytes_read": 123 } }
1
Successful response
Show child attributes