Skip to main content
POST

Your Implementation Required

This endpoint must be implemented on your server
Enginy calls this endpoint to find which companies already exist in your CRM. Your CRM decides the matching logic (by domain, name, LinkedIn URL, etc.).

Request

array
required
Array of company objects to find

Company Object

string
required
Enginy’s internal company ID
string
Domain for matching (normalize before comparing)
string
LinkedIn URL for matching
string
Company name for matching

Response

Return only companies that exist in your CRM.
array
required
Array of matched companies
string
required
The externalId from the request
string
required
Your CRM’s ID for this company
object
Optional properties to sync back to Enginy
Domain Normalization: Always normalize domains before matching (remove www., protocol, trailing slashes).