Skip to main content
WEBHOOK
identity.session.finalized
{
  "id": "evt_01KHEWZ09CQB36JZ5F7D3ZB9NE",
  "type": "<string>",
  "created": 1739571908123,
  "data": {
    "session": {
      "pid": "<string>",
      "vid": "<string>",
      "sid": "<string>",
      "tenant": "<string>",
      "createdAt": 123,
      "lastActivity": 123,
      "endedAt": 123,
      "utm": {
        "source": "<string>",
        "medium": "<string>",
        "campaign": "<string>",
        "term": "<string>",
        "content": "<string>"
      },
      "referrer": "<string>",
      "landingPage": "<string>",
      "landingTitle": "<string>",
      "gclid": "<string>",
      "fbclid": "<string>",
      "userAgent": "<string>",
      "screen": {
        "width": 123,
        "height": 123
      },
      "timezone": "<string>",
      "network": {
        "ip": "<string>",
        "country": "<string>",
        "city": "<string>",
        "region": "<string>",
        "regionCode": "<string>",
        "postalCode": "<string>",
        "latitude": "<string>",
        "longitude": "<string>",
        "continent": "<string>",
        "asn": {
          "code": 123,
          "name": "<string>"
        },
        "colo": "<string>",
        "metroCode": "<string>",
        "isEU": true,
        "botManagement": {
          "score": 123,
          "verifiedBot": true,
          "corporateProxy": true,
          "verifiedBotCategory": "<string>"
        }
      },
      "events": [
        {
          "signal": "<string>",
          "url": "<string>",
          "ts": 123,
          "v": "<string>",
          "title": "<string>",
          "ref": "<string>",
          "outlink": "<string>",
          "props": {}
        }
      ],
      "options": {},
      "enrichments": [
        {
          "enrichedAt": 123,
          "enrichmentData": "<string>"
        }
      ]
    },
    "enrichment": {
      "person": {
        "linkedinUrl": "<string>",
        "enrichedAt": "<string>",
        "provider": "xK9mP",
        "firstName": "<string>",
        "lastName": "<string>",
        "fullName": "<string>",
        "linkedinId": "<string>",
        "headline": "<string>",
        "summary": "<string>",
        "profilePictureUrl": "<string>",
        "email": "jsmith@example.com",
        "location": {
          "locality": "<string>",
          "region": "<string>",
          "postalCode": "<string>",
          "country": "<string>",
          "countryCode": "<string>",
          "raw": "<string>"
        },
        "connections": 123,
        "skills": [],
        "languages": [],
        "employments": [],
        "experience": [],
        "education": []
      },
      "companies": [
        {
          "name": "<string>",
          "_type": "full",
          "enrichedAt": "<string>",
          "provider": "xK9mP",
          "linkedinId": "<string>",
          "linkedinUrl": "<string>",
          "logoUrl": "<string>",
          "domain": "<string>",
          "website": "<string>",
          "address": {
            "locality": "<string>",
            "region": "<string>",
            "postalCode": "<string>",
            "country": "<string>",
            "countryCode": "<string>"
          },
          "description": "<string>",
          "industry": "<string>",
          "employeeCount": 123,
          "foundedYear": 123,
          "specialties": [],
          "estimatedRevenue": {
            "min": 123,
            "max": 123,
            "currency": "USD"
          },
          "headcount": {
            "total": 123,
            "growth": {
              "mom": 123,
              "qoq": 123,
              "yoy": 123
            }
          },
          "taxonomy": {
            "linkedinIndustry": "<string>",
            "linkedinSpecialties": []
          },
          "webTraffic": {
            "monthlyVisitors": 123,
            "momGrowthPercent": 123,
            "qoqGrowthPercent": 123,
            "trafficSources": {
              "socialPercent": 123,
              "searchPercent": 123,
              "directPercent": 123,
              "paidReferralPercent": 123,
              "referralPercent": 123
            }
          },
          "linkedinFollowers": {
            "count": 123,
            "momGrowthPercent": 123,
            "qoqGrowthPercent": 123,
            "yoyGrowthPercent": 123
          },
          "funding": {
            "totalRaisedUsd": 123,
            "lastRoundType": "<string>",
            "lastRoundAmountUsd": 123,
            "daysSinceLastRound": 123,
            "investors": []
          },
          "seo": {
            "monthlyOrganicClicks": 123,
            "monthlyPaidClicks": 123,
            "monthlyOrganicValue": 123,
            "monthlyAdsSpend": 123,
            "averageOrganicRank": 123,
            "averageAdRank": 123,
            "totalOrganicKeywords": 123
          }
        }
      ],
      "emailValidations": []
    },
    "sessionEndedAt": 123,
    "eventCount": 123,
    "finalizedAt": 123
  }
}

Headers

webhook-id
string
required

Unique identifier for the webhook message

Example:

"evt_01KHEWZ09CQB36JZ5F7D3ZB9NE"

webhook-timestamp
string
required

Unix timestamp (seconds) when the webhook was sent

Example:

"1739571908"

webhook-signature
string
required

HMAC-SHA256 signature: v1,

Example:

"v1,K3jXN8AQM9LWM0D4loKWxJek..."

Body

application/json
id
string
required

Unique event identifier

Example:

"evt_01KHEWZ09CQB36JZ5F7D3ZB9NE"

type
string
required

Event type identifier

Allowed value: "identity.session.finalized"
created
integer
required

Unix timestamp (milliseconds) when the event was created

Example:

1739571908123

data
object
required

Response

Webhook received successfully