AVRION Risk REST API Documentation v1
Last updated: 12.06.2024
Introduction
The AVRION Risk API provides various endpoints to access information related to PEP & AML checks, web news, data breaches, social media, and IP addresses. This documentation outlines the available endpoints, request formats, and authentication mechanisms. The API follows RESTful principles and supports JSON format for input and output.
Base URL
All API endpoints are relative to the base URL:
https://risk.avrion.com/apiAuthorization
All endpoints require a Bearer Token for authentication. Users can obtain an API token from the 'API' section of their account settings in AVRION Risk.
How to get an API token
- Log in to your account
- Navigate to the API section.
- Generate a new API token.
Using the API token
Once you have obtained an API token, you must include it in the `Authorization` header of your requests as shown below:
Authorization: Bearer {api_token}
Request Parameters: