KYC6 Monitor API 3.0

Table of contents

Authentication

To access the Acuris AML Monitor API, you need a valid API key. If you don’t have an API key, then you can obtain one by requesting a trial or contacting our sales team.

This is an example of an Acuris AML API key token:

ac5fcf5a-183b-1abf-a46f-1f428f76f8b7

Each key is unique to a given company, for auditing purposes.

The API key must be passed in the request header, as the ‘x-api-key’ field name:

curl --request GET 'https://api.acuris.com/compliance/individuals/24894c9507bc5244631c5b4a3785a80a7ce6050241e3aec7119fa14dcffad0f7' \
--header 'content-type: application/json' \
--header 'x-api-key: ac5fcf5a-183b-1abf-a46f-1f428f76f8b7'