Enhanced Due Diligence API

Table of contents

Authentication

To access the Acuris EDD 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 EDD API key token:

4szGkbeK-3nzg-jYvj-Lu7R-YmPXH4aHFKmB

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

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

curl -H 'apiKey=YOUR_API_KEY' https://api1.c6-intelligence.com/eddApi/v1_0/api/edds/persons/{id}

Authorization

If your API subscription is valid and there are no errors in your query, then you’ll receive a ‘200 OK’ response back with the matching payload.

If your API key is not authorized for the API you are calling, then you will receive a ‘401 Unauthorized’ error:

{"message":"Authorization has been denied for this request."}