Verify whether the supplied link record matches the published link record. The response indicates whether the records match, mismatch or there is an error.
{your-URL}/api/v1/linkedrecords/{txId}/match
The transaction id of the record to query. Using a value other than a id returned by the LinkedRecords methods has undefined behavior.
The same encode parameters as used to create or update the record. In the case of encoders used without a "salt" parameter, this can be omitted.
The Id of previous linked record which the record referred to by txId updates or deletes. This parameter must be omitted when verifying create record.
{your-API-key}