Identity Verification API
Choose a server to use:
Provides score value for the requested IDV signal(s)
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 |
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 |
curl --request POST \
--url https://idv.adara.com//api/{endpointOwnerId}/{clientId} \
--header "Authorization: Bearer {token}" \
--data '{
"schema": "{}"
}'
xxxxxxxxxx
{
"schema": "{}"
}