cURL
curl --request GET \ --url https://api.funnelfox.io/public/v1/sessions/{session_id} \ --header 'Fox-Secret: <fox-secret>'
{ "id": "<string>", "attributes": { "city": "<string>", "country": [ "GB", "US" ], "ip": "<string>", "postal_code": "<string>", "region_code": "<string>", "locale_code": "<string>", "timezone": "<string>" }, "created_at": 1716672462, "funnel_id": "00000000000000000000000000", "origin": "<string>", "replies": [ { "element_id": "<string>", "screen_id": "<string>", "value": "<string>" } ], "profile_id": "<string>", "query_params": {}, "user_agent": "<string>", "query": "<string>", "experiment_id": "<string>", "locale": "<string>" }
Project Secret Key
"secret_"
Session ID
Funnel
Show child attributes
A ISO-3166-1 alpha-2 code
["GB", "US"]
UNIX timestamp in seconds
1716672462
"00000000000000000000000000"
Was this page helpful?