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
Request
BETA Get all attribute paths of BusinessPartner.
Security
apiKey
- 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": "200", "technicalKey": "OK", "details": [ … ], "path": "/v2/businesspartners/lookup", "timestamp": "2026-03-06T14:03:52Z" } }
Request
BETA List all available cleaners for identity resolution.
Security
apiKey
- 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": [ … ] } }
Request
BETA List all available comparators for identity resolution.
Security
apiKey
- 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": "200", "technicalKey": "OK", "details": [ … ], "path": "/v2/businesspartners/lookup", "timestamp": "2026-03-06T14:03:52Z" } }
Request
BETA Get all available paths for search in index-api.
Security
apiKey
- 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": "200", "technicalKey": "OK", "details": [ … ], "path": "/v2/businesspartners/lookup", "timestamp": "2026-03-06T14:03:52Z" } }