Enrich Contact
POST/v1/contacts/enrich
Runs the enrichment check against an existing contact, on demand. Provide exactly one of contactId, legacyId (a dynamicInfo key/value pair captured at migration time), or identity (email, linkedinUrl, and/or firstName/lastName + company, AND-matched). Use this after creating a contact with enrich: false to enrich it later, without risking a duplicate record.
Request
Responses
- 200
- 400
- 401
- 404
- 409
- 500
Contact resolved; enriched or not
Zero or more than one identifier supplied
Invalid or missing API key
No contact matched the given identifier
More than one contact matched the given identifier
Internal server error