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": "<string>",
"query_params": {},
"user_agent": "<string>",
"experiment_id": "<string>",
"locale": "<string>"
}
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": "<string>",
"query_params": {},
"user_agent": "<string>",
"experiment_id": "<string>",
"locale": "<string>"
}
Project Secret Key
"secret_"
Session ID
Funnel
The response is of type object
.
Was this page helpful?