This API provides services to search and read compliance information
Data Compliance API (2)
Download OpenAPI description
Languages
Servers
Production
https://api.cdq.com/data-compliance/rest/
- Production
https://api.cdq.com/data-compliance/rest/v2/compliancelists/screen/examples
 
- cURL
 - Java
 - JavaScript
 - Python
 - Node.js
 
curl -i -X GET \
  https://api.cdq.com/data-compliance/rest/v2/compliancelists/screen/examples \
  -H 'X-API-KEY: YOUR_API_KEY_HERE'Response
application/json
{ "startAfter": "5712566172571652", "nextStartAfter": "5712566172571652", "limit": "5712566172571652", "total": "67", "values": [ { … } ] }