v1

latestOpenAPI 3.1.02026-07-244015.2 KB

Match Endpoint - Batch Request Calls

post/v1/batch/match

Response

200

codeinteger

Example response

[
  {
    "code": 200,
    "document": {
      "entity": {
        "abilitec": {
          "consumerLink": "003YUS02XKRLMYCQ",
          "addressLink": "003YUS136XH7B3BT",
          "householdLink": "003YUS18Y4Y5X9WT"
        },
        "matchMetadata": {
          "matchComponents": [
            "name"
          ],
          "matchConfidence": "8",
          "nameMatchIntegrity": "complete"
        }
      }
    }
  }
]