Mock validator
The last 2 requests, newest first. Refreshes every 5 seconds.
Anyone with this URL can read this log, and it keeps whatever was posted for 24 hours.
Send it test leads, not real ones.
It sent
content-type: application/json
{
"email": "jane@example.com",
"name": "Jane Doe",
"state": "FL",
"phone": "+1 555 0100"
}
I answered
{
"results": {
"decision": "pass",
"reason": "Everything checked out.",
"score": 92
}
}
It sent
content-type: application/json
user-agent: curl/8.7.1
authorization: Bearer …
accept: */*
{
"email": "jane+reject@example.com",
"state": "FL",
"name": "Jane Doe"
}
I answered
{
"results": {
"decision": "reject",
"reason": "We couldn't verify the details provided.",
"score": 17
}
}