Identity Verification API

Server
https://idv.adara.com/
Server Variables

Server heartbeat operation

Provides score value for the requested IDV signal(s)

Auth
Path Params
endpointOwnerIdinteger

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

clientIdinteger

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

Request Body
userobject

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

email_sha256string

SHA256 hashed lower-cased email. This is preferred emailhashing

eventsarray[object]

An array of events objects.

event_typestring

Type of the event

consortiumstring

Vertical of the client

transaction_valuestring

Amount of transaction, if the type of event is transaction

transaction_currencystring

Amount of transaction, if the type of event is transaction

locationobject

Location information

ipaddressstring

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

POST /api/{endpointOwnerId}/{clientId}
Copy
Responses
200

OK

statusstring
responsearray
signal_codestring

Signal code identifier for the requested signal

valuestring

Returned signal value for the specified user identifier. Depending on the signal code, the valuecan be an integer (such as 1 to 5 for a quintile form)or a raw decimal number

userobject

Container for user identifiers for a single request.

401

Unauthorized

Response
Copy