--- title: 'ComplyAdvantage' description: 'AML screening and ongoing monitoring with PEP, sanctions, and adverse media checks.' --- # ComplyAdvantage AML screening and ongoing monitoring with PEP, sanctions, and adverse media checks. | Detail | Value | |---|---| | Category | iGaming | | Base URL | `https://api.complyadvantage.com` | | Authentication | API Key | | Endpoints | 10 | | Connector key | `complyadvantage` | ## Using ComplyAdvantage in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **ComplyAdvantage** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [POST /searches](./post_searches_aml_createsearch) | Create AML screening search | | [GET /searches](./get_searches_aml_listsearches) | List search history | | [GET /searches/{id}](./get_searches_id_aml_getsearch) | Get search overview | | [GET /searches/{id}/details](./get_searches_id_details_aml_getsearchdetails) | Full search results | | [PATCH /searches/{id}](./patch_searches_id_aml_updatesearch) | Update search | | [PATCH /searches/{id}/entities](./patch_searches_id_entities_aml_updateentitystatus) | Update entity status | | [GET /searches/{id}/monitors](./get_searches_id_monitors_aml_getmonitoringconfig) | Get monitoring config | | [PATCH /searches/{id}/monitors](./patch_searches_id_monitors_aml_updatemonitoring) | Enable/disable monitoring | | [GET /searches/{id}/monitor/differences](./get_searches_id_monitor_differences_aml_getmonitoringalerts) | Monitoring alerts | | [GET /searches/{id}/certificate](./get_searches_id_certificate_aml_getcompliancecertificate) | Compliance certificate | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.