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)
https://developer.cdq.com/_mock/apis/data-matching-api/api-v2/
https://api.cdq.com/data-matching/rest/
- Mock server
https://developer.cdq.com/_mock/apis/data-matching-api/api-v2/entityresolution/attributepaths
- Production
https://api.cdq.com/data-matching/rest/entityresolution/attributepaths
- cURL
- Java
- JavaScript
- Python
- Node.js
curl -i -X GET \
https://developer.cdq.com/_mock/apis/data-matching-api/api-v2/entityresolution/attributepaths \
-H 'X-API-KEY: YOUR_API_KEY_HERE'
{ "paths": [ "businessPartner.addresses[].country.shortName" ], "status": { "code": "400", "technicalKey": "OK", "details": [ … ], "path": "/v2/businesspartners/lookup", "timestamp": "2025-08-29T09:46:53Z" } }
- Mock server
https://developer.cdq.com/_mock/apis/data-matching-api/api-v2/entityresolution/cleaners
- Production
https://api.cdq.com/data-matching/rest/entityresolution/cleaners
- cURL
- Java
- JavaScript
- Python
- Node.js
curl -i -X GET \
https://developer.cdq.com/_mock/apis/data-matching-api/api-v2/entityresolution/cleaners \
-H 'X-API-KEY: YOUR_API_KEY_HERE'
{ "cleaners": [ { … }, { … } ], "status": { "code": 200, "technicalkey": "ok", "details": [ … ] } }
- Mock server
https://developer.cdq.com/_mock/apis/data-matching-api/api-v2/entityresolution/comparators
- Production
https://api.cdq.com/data-matching/rest/entityresolution/comparators
- cURL
- Java
- JavaScript
- Python
- Node.js
curl -i -X GET \
https://developer.cdq.com/_mock/apis/data-matching-api/api-v2/entityresolution/comparators \
-H 'X-API-KEY: YOUR_API_KEY_HERE'
{ "comparators": [ { … } ], "status": { "code": "400", "technicalKey": "OK", "details": [ … ], "path": "/v2/businesspartners/lookup", "timestamp": "2025-08-29T09:46:53Z" } }
- Mock server
https://developer.cdq.com/_mock/apis/data-matching-api/api-v2/entityresolution/searchattributepaths
- Production
https://api.cdq.com/data-matching/rest/entityresolution/searchattributepaths
- cURL
- Java
- JavaScript
- Python
- Node.js
curl -i -X GET \
https://developer.cdq.com/_mock/apis/data-matching-api/api-v2/entityresolution/searchattributepaths \
-H 'X-API-KEY: YOUR_API_KEY_HERE'
{ "searchAttributes": [ "$.names[].type.technicalKey" ], "status": { "code": "400", "technicalKey": "OK", "details": [ … ], "path": "/v2/businesspartners/lookup", "timestamp": "2025-08-29T09:46:53Z" } }