Skip to main content
WEBHOOK
identity.resolved
{
  "id": "evt_01KH5FW03RQB28JZ4F9D2ZC8ME",
  "type": "identity.resolved",
  "created": 1739571908123,
  "data": {
    "attribution": {
      "type": "website",
      "pixelId": "mdb_pxl_01KGR7E2S9JK6813H42SCG3QLP",
      "sessionId": "01KH5FW03R8XCZQ7PCYNV4ND1H",
      "vid": "01KH5FW03RXBE3EZGHKW8V1J7M",
      "prid": "jNNdd"
    },
    "identity": {
      "emails": [
        {
          "value": "peter@midbound.ai",
          "type": "professional"
        },
        {
          "value": "peter.toth@gmail.com",
          "type": "personal"
        }
      ],
      "linkedinUrl": "https://linkedin.com/in/ptrtht",
      "phones": [
        "+351913168884"
      ],
      "demographics": {
        "firstName": "Peter",
        "lastName": "Toth",
        "isHomeowner": false,
        "hasChildren": false,
        "isMarried": null
      },
      "location": {
        "city": "Lisbon",
        "state": null,
        "country": "PT"
      },
      "professional": {
        "jobTitle": "Co-Founder & CTO",
        "companyName": "Midbound"
      }
    },
    "session": {
      "pid": "mdb_pxl_01KGR7E2S9JK6813H42SCG3QLP",
      "vid": "01KH5FW03RXBE3EZGHKW8V1J7M",
      "sid": "01KH5FW03R8XCZQ7PCYNV4ND1H",
      "tenant": "ws_01KGR7E2S9JK6813H42SCG3QLP",
      "createdAt": 1739571906432,
      "endedAt": null,
      "utm": {
        "source": "google",
        "medium": "cpc",
        "campaign": "q1_brand_awareness",
        "term": "visitor identification",
        "content": null
      },
      "referrer": "https://www.google.com/",
      "landingPage": "https://www.example.com/pricing",
      "landingTitle": "Pricing Plans | Example Inc",
      "gclid": "CjwKCAjw9pGjBhB-EiwAr9MdJFk2Xn",
      "fbclid": null,
      "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36",
      "screen": {
        "width": 1920,
        "height": 1080
      },
      "timezone": "Europe/Lisbon",
      "network": {
        "ip": "89.154.32.71",
        "country": "PT",
        "city": "Lisbon",
        "region": "Lisbon",
        "regionCode": "11",
        "postalCode": "1100",
        "latitude": "38.7223",
        "longitude": "-9.1393",
        "continent": "EU",
        "asn": {
          "code": 3243,
          "name": "MEO - Servicos de Comunicacoes e Multimedia S.A."
        },
        "colo": "LIS",
        "metroCode": null,
        "isEU": true,
        "botManagement": {
          "score": 95,
          "verifiedBot": false,
          "corporateProxy": false,
          "verifiedBotCategory": null
        }
      },
      "options": {}
    }
  }
}

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_01KH5FW03RQB28JZ4F9D2ZC8ME"

type
string
required

Event type identifier

Allowed value: "identity.resolved"
created
integer
required

Unix timestamp (milliseconds) when the event was created

Example:

1739571908123

data
object
required

Response

Webhook received successfully