dob
DOB Verification
DOB verification job
post/api/dob/verify
Headers
content-typestring
acceptstring
Request body
Example request
{
"phone": "+11234567890",
"dob": "1990-01-30"
}Response
Success
Example response
{
"errors": [
{
"suggestion": "John Smith"
}
]
}