Find a specific record based on unique value(s).
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. Each key is the API name of the attribute and each value is the corresponding attribute value to match.