About
Contact Us
Login
Search…
IDR5 API Documentation
Authentication
Testing
Contact Support
System Status
Agematch
United States
United States (DMV)
International
IDMATCH
United States
International
idmatch+
United States
IDMATCH+PREDICT
Fraud Score
phonematch
Verification and Validation
One Time Passwords
Message Delivery
emailmatch
Email Validation
dcams
Document Capture and Management Services
Service Coverage
Data Coverage
Testing
Test Cases
Answers to KBA Questions
API Processing Errors
Error Returns
Knowledge Base
Best Practices
Understanding Veratad Services
Powered By
GitBook
Authentication
This is how we authenticate your request.
API queries for all services will be authenticated by including your username and password in the body of the POST request.
1
{
2
"user"
:
"USERNAME"
,
3
"pass"
:
"PASSWORD"
,
4
"service"
:
"AgeMatch5.0"
,
5
"reference"
:
"12345 {A UNIQUE ID}"
,
6
"rules"
:
"AgeMatch5_0_RuleSet_YOB_SSN"
,
7
"target"
:
{
8
"fn"
:
"Barbara"
,
9
"ln"
:
"Miller"
,
10
"addr"
:
"123 Main St"
,
11
"city"
:
"Stratford"
,
12
"state"
:
"CT"
,
13
"zip"
:
"06614"
,
14
"dob"
:
"19740821"
,
15
"ssn"
:
"854125698"
,
16
"phone"
:
"2015106000"
,
17
"email"
:
"
[email protected]
"
,
18
"age"
:
"21+"
,
19
"test_key"
:
"general_identity"
20
}
21
}
Copied!
If you do not have your API credentials please contact your company administrator or send an email to
[email protected]
Previous
IDR5 API Documentation
Next
Testing
Last modified
1yr ago
Copy link