Find a specific record based on unique values.
Find a company by domain
null for the record.Find a custom record
Find using multiple attributes
user_id and email are unique, but
product_code is not. Only a record which matches all of these criteria
will be returned.Request body for finding a unique record by attribute values.
The attribute values to match against to find an existing record.
At least one unique attribute must be included to ensure that at most one record is matched. Additional unique or non-unique attributes may also be included to refine the matching criteria.