Address verification, proven on the ground.
Scout is Dojah's owned network of trust-scored field agents. They visit the address, capture tamper-proof evidence, and return a signed verdict — so you know your customer is really there.
Database lookups guess.
Scout goes and looks.
Third-party data is stale and third-party vendors are unaccountable — you get a "match" with no proof and no one to answer for it. Scout replaces that with a network you own and evidence you can trust.
Rented data, no proof
Address matched against a database that may be years old. No photo, no location, no accountability — and a different vendor every quarter.
A person, a place, a receipt
A trusted agent stands at the door and seals GPS-stamped evidence on the spot. Automated QA verifies it. You get a signed result you can defend.
From request to signed verdict.
Four steps, mostly automatic. You send an address; you get back proof.
Request
Send an address through the API or create it in the dashboard. Add coordinates if you have them.
Claim
The nearest trusted agent is offered the job, sees the price and distance, and heads out.
Capture
On-site they photograph the building, street, and gate — each GPS-stamped and content-sealed the instant it's taken.
Verdict
Automated QA checks distance, device integrity, and authenticity. You get a signed result and a webhook.
Evidence you can't fake, a network you can rely on.
Tamper-proof evidence
Every photo is GPS-stamped and content-hashed at capture. Bundles can't be edited, swapped, or reused across jobs.
Trust-scored agents
An owned network — not random vendors. Agents earn trust with every clean job and are tiered, reviewed, and held to standard.
Real-time QA
Seven automated checks catch spoofed location, mock GPS, edited photos, and duplicates before a result ever reaches you.
Smart dispatch
Jobs are geocoded, zoned, and priced automatically, then routed to the closest capable agent — with ops escalation when needed.
API-first
One typed call to request, one signed webhook to receive. Idempotent, versioned, and documented.
Ops dashboard
Review evidence, compare the address pin to where the agent stood, manage coverage zones, and resolve exceptions from one console.
One call out.
A signed result back.
- Submit an address with an idempotency key — replays are safe.
- Receive an HMAC-signed webhook with the verdict and evidence links.
- Typed errors with stable machine codes — no guessing.
# Request a verification curl https://api.scout.dojah.io/v1/intake/verifications \ -H "x-intake-key: $KEY" \ -H "content-type: application/json" \ -d '{ "first_name": "Ada", "last_name": "Obi", "street": "12 Adeola Odeku Street", "lga": "Eti-Osa", "state": "Lagos" }' # → a signed webhook when it's verified { "event": "address_verification.completed", "outcome": "address_confirmed" }
Verify with confidence.
See Scout on a live address in your area. Book a walkthrough with the Dojah team and we'll run one end to end.