Acuris Risk Intelligence Data Feed API 3.0

Table of contents

Authentication

To access the Acuris Risk Intelligence Data Feed 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 ARI Data Feed API key token:

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

Each key is unique to a given client, 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-datafeed/individuals/full-extract' \
--header 'x-api-key: ac5fcf5a-183b-1abf-a46f-1f428f76f8b7'