v3.0
Identity Verification API

Identity Verification API1.0.0

Identity Verification API

Servers

Choose a server to use:

https://idv.adara.com/

Server heartbeat operation

POST /api/{endpointOwnerId}/{clientId}

Provides score value for the requested IDV signal(s)

Auth
Path Params
endpointOwnerId integer

This required ID uniquely identifies each Integrating Partner.The identifier will be generated and provided by ADARA

required
clientId integer

This required ID uniquely identifies each Client of the Integrating Partner. The identifier(s) will be generated and provided by ADARA

required
Request Body
user object

Container for user identifiers for a single request. At least one user ID is required

required
email_sha256 string

SHA256 hashed lower-cased email. This is preferred emailhashing

required
events array[object]

An array of events objects.

optional
event_type string

Type of the event

optional
consortium string

Vertical of the client

optional
transaction_value string

Amount of transaction, if the type of event is transaction

optional
transaction_currency string

Amount of transaction, if the type of event is transaction

optional
location object

Location information

required
ipaddress string

IP Address of the event. The format of the IP address is in IPv4

required
Example Request
Copy
Responses
200 401
Example Response
200 OK
401 Unauthorized
Copy