Enhanced Due Diligence API

Table of contents

Overview

The Acuris EDD API is used for integrating into the Acuris Risk Intelligence EDDPortal. The API allows you to add, get, edit, and refresh EDD Cases from EDDPortal.

It is delivered over HTTPs, conforms to RESTful principles, and returns JSON objects.

Quick start

You can call the EDD API endpoints and get people or business EDD information:

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

In addition, our API supports adding and editing both people and businesses, retrieving EDD reports, and adding, deleting, downloading attachments.

Full documentation

Detailed technical information for the Acuris EDD API is available and will be provided when you start your trial.