cURL
curl --request GET \ --url https://api.funnelfox.io/public/v1/sessions \ --header 'Fox-Secret: <fox-secret>'
{ "data": [ { "id": "<string>", "created_at": "2023-11-07T05:31:56Z", "funnel_id": "<string>", "profile_id": "<string>", "city": "<string>", "country": "<string>", "ip": "<string>", "user_agent": "<string>", "funnel_version": 123, "origin": "<string>", "postal": "<string>" } ], "pagination": { "has_more": true, "total": 123, "next_cursor": "<string>" } }
Project Secret Key
"secret_"
Maximum number of items to return
1 <= x <= 500
Cursor for pagination
Filter by Profile ID
Filter by Funnel ID
Sessions list
Show child attributes
Was this page helpful?