Skip to main content

GET /session/<id>

Reads the session with the ID <id>. The properties below are always present in the response but some may be null.

Example

// GET https://app.hitprobe.com/api/v1/session/EGe9niUZEATtPwHyicyUGT
{
"session_id": "EGe9niUZEATtPwHyicyUGT",
"created_at": "2024-09-12T16:43:12.169713",
"updated_at": "2024-09-12T17:51:57.370522",
"duration": 216,
"site_id": "6vszS94NU23SNujTB8dfio",
"hostname": "example.com",
"path": "/page/path",
"fingerprint": "7hYxPx8qhV9liGCDMdHnTd",
"allowed_ip": false,
"allowed_network": false,
"blocked": false,
"blocked_device": false,
"blocked_network": false,
"blocked_domain": false,
"outcome": "neutral",
"converted": false,
"score": 100,
"source_type": "google",
"source_name": null,
"source_id": null,
"source_medium": null,
"source_campaign": "21472235747",
"source_group": null,
"source_content": null,
"source_term": null,
"source_placement": null,
"referrer": null,
"referrer_domain": null,
"ip": "145.167.77.16",
"ip_network": "145.167.77",
"isp": "Space Exploration Technologies Corporation",
"country_code": "GB",
"city": "London",
"browser_name": "Chrome",
"os_family": "Mac OS X",
"language": "en-GB",
"timezone": "Europe/London",
"device_type": "computer",
"ip_seen_hour": 1,
"ip_seen_day": 2,
"ip_seen_month": 2,
"network_seen_hour": 1,
"network_seen_day": 2,
"network_seen_month": 2,
"device_seen_hour": 1,
"device_seen_day": 3,
"device_seen_month": 3,
"device_unique_networks": 2,
"anonymous": false,
"bot": false,
"crawler": false,
"suspect_device": false,
"bounced": false,
"poor_referrer_reputation": false,
"poor_ip_reputation": false,
"blocked_country": false,
"ip_count_threshold": false,
"network_count_threshold": false,
"device_count_threshold": false,
"device_unique_networks_threshold": false
}

Possible property values

outcome

  • neutral
  • allowed
  • blocked

source_type

  • google
  • meta
  • other (any other tagged source)
  • or may be also be null (organic)

country_code

Two-letter (ISO 3166-1 alpha-2) country code, or null.

language

An IETF language tag identifying the client locale language, or null.

timezone

The timezone in the tz database format, in the form "Area/Location", e.g. "America/New_York", or null.

device_type

  • mobile
  • tablet
  • computer
  • or may be also be null (indeterminate)