v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1438244196.2 KB

Returns the corresponding Match ID of a customer record if the record has been processed in a rule-based matching workflow.

You can call this API as a dry run of an incremental load on the rule-based matching workflow.

post/matchingworkflows/{workflowName}/matches

Path parameters

workflowNamestring required

The name of the workflow.

Request body

recordobject required

The record to fetch the Match ID for.

applyNormalizationboolean

Normalizes the attributes defined in the schema in the input data. For example, if an attribute has an <code>AttributeType</code> of <code>PHONE_NUMBER</code>, and the data in the input table is in a format of 1234567890, Entity Resolution will normalize this field in the output to (123)-456-7890.

Response

Success

matchIdstring

The unique identifiers for this group of match records.

matchRulestring

The rule the record matched on.