v1
latestOpenAPI 3.1.02026-07-244015.2 KBLookup Endpoint - Single Transaction Calls
Make single transaction calls to the lookup endpoint to match an individual record.
post/v1/people/{lookup_type}
Path parameters
lookup_typestring required
Specify the type of input data included in the API call. Values: md5, sha1, sha256.
Query parameters
keystring
Specifies the hashed lookup value to use.
Response
200
Example response
{
"entity": {
"abilitec": {
"consumerLink": "003YUS02XKRLMYCQ"
},
"contactFlags": {
"isBestEmailTouchpoint": true
},
"emailInsights": {
"isClickVerified": true,
"clickVerifyDate": "2020-11-15T04:59:34+0000"
}
}
}