Skip to content

Data Compliance API (3)

This API provides services to search and read compliance information.

Download OpenAPI description
Languages
Servers
Production

https://api.cdq.com/data-compliance/rest/

Custom Compliance Lists

Manage custom compliance lists. These endpoints allow for the creation, retrieval, updating, and deletion of custom compliance lists that can be used in screening processes.

Compliance Lists

Facilitate the screening of Business Partners against various compliance lists such as sanction lists, watch lists and PEP lists.

Operations

Configuration Profiles

Manage the retrieval of predefined configuration profiles. These profiles are essential for setting up and managing compliance list screening processes.

Operations

Request

List all predefined configuration profiles.

Security
apiKey
curl -i -X GET \
  https://api.cdq.com/data-compliance/rest/configurations/compliancelistsscreeningprofiles \
  -H 'X-API-KEY: YOUR_API_KEY_HERE'

Responses

Successful operation

Bodyapplication/json
valuesArray of objects(ConfigurationProfile)

List of Configuration Profiles.

Response
application/json
{ "values": [ {} ] }

Configurations

Manage configurations for compliance list screening. These endpoints allow for the listing, creation, reading, updating, and deletion of configurations. The configurations are essential for defining the parameters of the screening process.

Operations

Examples

Example requests for various endpoints

Operations
Operations