GET
/
sessions
/
{session_id}
Get Session
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>"
}

Headers

Fox-Secret
string
required

Project Secret Key

Example:

"secret_"

Path Parameters

session_id
string
required

Session ID

Response

200
application/json

Funnel

The response is of type object.