The verified address network

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.

Tamper-sealed evidence Trust-scored agents Nigeria-wide coverage API + ops dashboard
Why it's different

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.

The old way

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.

The Scout way

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.

How it works

From request to signed verdict.

Four steps, mostly automatic. You send an address; you get back proof.

1

Request

Send an address through the API or create it in the dashboard. Add coordinates if you have them.

2

Claim

The nearest trusted agent is offered the job, sees the price and distance, and heads out.

3

Capture

On-site they photograph the building, street, and gate — each GPS-stamped and content-sealed the instant it's taken.

4

Verdict

Automated QA checks distance, device integrity, and authenticity. You get a signed result and a webhook.

Built for trust

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.

For developers

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.