Log In

Map a Customer Record

Map and store individuals by sending any acceptable multi field identifier combination you may already have. The Customer Record ID that is included in the request will then be used to locate and maintain an internal mapping, which can be used as an input for future requests into FullContact APIs. The default rate limit for Resolve API is 1,000 QPS.

Example Resolve Map Request

curl -X POST \
https://api.fullcontact.com/v3/identity.map \
-H "Content-Type: application/json" \
-d '{
"emails": [
"bart@fullcontact.com",
"bart.lorang@fullcontact.com"
],
"recordId": "customer123"
}'

Example Resolve Map Response

{
"recordIds": [
"customer123"
]
}

Properties
record.ids list Queryable The client-driven record id attached to a customer.