This API provides services for maintaining matching definitions used as configuration for matching jobs, as well as services for matching data with a job.
Data Matching API (2)
Download OpenAPI description
Languages
Servers
Production
https://api.cdq.com/data-matching/rest/
- Productionhttps://api.cdq.com/data-matching/rest/entityresolution/attributepaths 
- cURL
- Java
- JavaScript
- Python
- Node.js
curl -i -X GET \
  https://api.cdq.com/data-matching/rest/entityresolution/attributepaths \
  -H 'X-API-KEY: YOUR_API_KEY_HERE'Response
application/json
{ "paths": [ "businessPartner.addresses[].country.shortName" ], "status": { "code": "400", "technicalKey": "OK", "details": [ … ], "path": "/v2/businesspartners/lookup", "timestamp": "2025-10-29T08:38:52Z" } }
- Productionhttps://api.cdq.com/data-matching/rest/entityresolution/cleaners 
- cURL
- Java
- JavaScript
- Python
- Node.js
curl -i -X GET \
  https://api.cdq.com/data-matching/rest/entityresolution/cleaners \
  -H 'X-API-KEY: YOUR_API_KEY_HERE'Response
application/json
{ "cleaners": [ { … }, { … } ], "status": { "code": 200, "technicalkey": "ok", "details": [ … ] } }
- Productionhttps://api.cdq.com/data-matching/rest/entityresolution/comparators 
- cURL
- Java
- JavaScript
- Python
- Node.js
curl -i -X GET \
  https://api.cdq.com/data-matching/rest/entityresolution/comparators \
  -H 'X-API-KEY: YOUR_API_KEY_HERE'Response
application/json
{ "comparators": [ { … } ], "status": { "code": "400", "technicalKey": "OK", "details": [ … ], "path": "/v2/businesspartners/lookup", "timestamp": "2025-10-29T08:38:52Z" } }
- Productionhttps://api.cdq.com/data-matching/rest/entityresolution/searchattributepaths 
- cURL
- Java
- JavaScript
- Python
- Node.js
curl -i -X GET \
  https://api.cdq.com/data-matching/rest/entityresolution/searchattributepaths \
  -H 'X-API-KEY: YOUR_API_KEY_HERE'Response
application/json
{ "searchAttributes": [ "$.names[].type.technicalKey" ], "status": { "code": "400", "technicalKey": "OK", "details": [ … ], "path": "/v2/businesspartners/lookup", "timestamp": "2025-10-29T08:38:52Z" } }