Adara
Platform Summary
Identity verification and event payload contracts for Adara.
Scope
Primary execution surface: server.
Developer Source Map
| Source | Reason |
|---|---|
| docs.adara.com/v3.0/identity-verification-api/ref | Event Contracts; User Data Contracts |
RudderStack Cross-Check
No destination mapping linked for this platform.
Verified Contracts
Event Contracts
| Object / Event | Field | Applies To | Type | Requirement | Exact Format | Normalization | Hashing | Examples | Caveat | Primary Source | Status | Confidence |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
event | events[] | server | array | Optional | Array of event objects. | Not clearly specified | Not clearly specified | - | IDV request body supports optional events array. | docs.adara.com/v3.0/identity-verification-api/ref | Verified | High |
event | events[].event_type | server | string | Optional | Type of the event. | Not clearly specified | Not clearly specified | - | Defined in the Identity Verification API request schema. | docs.adara.com/v3.0/identity-verification-api/ref | Verified | High |
event | events[].transaction_currency | server | string | Optional | Transaction currency when the event type is transaction. | Not clearly specified | Not clearly specified | USD | Only relevant for transaction-type events. | docs.adara.com/v3.0/identity-verification-api/ref | Verified | High |
event | events[].transaction_value | server | string | Optional | Amount of transaction when the event type is transaction. | Not clearly specified | Not clearly specified | ord-12345 | Only relevant for transaction-type events. | docs.adara.com/v3.0/identity-verification-api/ref | Verified | High |
User Data Contracts
| Object / Event | Field | Applies To | Type | Requirement | Exact Format | Normalization | Hashing | Examples | Caveat | Primary Source | Status | Confidence |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
default | email_sha256 | server | string | Conditional | SHA-256 hash of lowercased email | lowercase | SHA-256 | <sha256(alice@example.com)> | Preferred Adara field is email_sha256. | docs.adara.com/v3.0/identity-verification-api/ref | Verified | High |
Candidate / Needs Review Items
User Data Contracts
| Object / Event | Field | Applies To | Type | Requirement | Exact Format | Normalization | Hashing | Examples | Caveat | Primary Source | Status | Confidence |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
default | email (input) | server | string | Conditional | Lowercase email before hashing | lowercase | SHA-256 | <sha256(alice@example.com)> | Derived pre-hash normalization from the email_sha256 field. Row note indicates inferred/derived semantics. | docs.adara.com/v3.0/identity-verification-api/ref | Needs manual review | Medium |
Excluded Items
No excluded rows in this revision.
Last Reviewed
2026-03-30