v1

latestOpenAPI 3.1.02026-07-244015.2 KB

Lookup Endpoint - Batch Request Calls

Make batch request calls to the lookup endpoint to match multiple records in one call.

post/v1/batch/lookup?

Response

200

codeinteger

Example response

[
  {
    "code": 200,
    "document": {
      "entity": {
        "abilitec": {
          "consumerLink": "003YUS02XKRLMYCQ"
        },
        "contactFlags": {
          "isBestEmailTouchpoint": true
        },
        "emailInsights": {
          "isClickVerified": true,
          "clickVerifyDate": "2020-11-15T04:59:34+0000"
        }
      }
    }
  }
]