This API provides services to search and read compliance information.
Data Compliance API (3)
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
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://api.cdq.com/data-compliance/rest/v2/compliancelists/screen/examples?startAfter=1&limit=100' \
-H 'X-API-KEY: YOUR_API_KEY_HERE'Response
application/json
{ "startAfter": "5712566172571652", "nextStartAfter": "5712566172571652", "limit": "5712566172571652", "total": "67", "values": [ { … } ] }