KYC6 Data Feed API 3.0

Table of contents

Overview

The Acuris Risk Intelligence (ARI) Data Feed API 3.0 offers a simple and effective solution for consuming all ARI profiles in batch as well as using incremental deltas.

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

All queries should be performed using the base url as follows:

https://api.acuris.com/compliance-datafeed

Quick start

The following curl command shows how you can request the full extract for individuals.

curl --location --request GET 'https://api.acuris.com/compliance-datafeed/individuals/full-extract' \
--header 'x-api-key: xxx' 

 

Full documentation

Detailed technical information for the ARI API is available here.