Entity Documents

Calls to the Match endpoint and Lookup endpoint return entity documents. An entity document identifies documents that are linked together in a particular way. For example, a person at a postal address or a person at a phone number.

Example

Entity document in JSON format (also shows matchMetadata bundle):

{
  "entity": {
    "abilitec": {
      "consumerLink": "003YUS0209B0QRPZ",
      "addressLink": "003YUS0309B0QR7T",
      "householdLink: "02KVUS0812345678"
    },
    "matchMetadata": {
      "matchComponents": [
        "name",
        "streetAddress",
        "zipCode"
      ]
    }
  }
}