Main API Docs
  • Welcome!
  • General
    • Introduction
    • Authentication
    • Personal Access Tokens
    • Test IDs
    • Check Wallet Balance
  • Appruve Identity
    • Introduction
    • Ghana 🇬🇭
      • Verify Ghana TIN
      • Verify Ghana Driver License
      • Verify Ghana SSNIT ID
      • Verify Ghana Passport
      • Verify Ghana Voter ID
      • Verify Ghana Digital Address
    • Nigeria 🇳🇬
      • Verify Nigeria TIN
      • Verify Nigeria Driver License
      • Verify Nigeria NIN
      • Verify Nigeria vNIN
      • Verify Nigeria Voter ID
      • Verify Nigeria BVN
    • Kenya 🇰🇪
      • Verify Kenya KRA PIN
      • Verify Kenya National ID
    • Uganda 🇺🇬
      • Verify Uganda Voter ID
      • Verify Uganda Telco Subscriber
      • BulK Uganda Telco Subscriber Verification
  • Appruve Business
    • Introduction
    • Business Lookups
      • Nigeria 🇳🇬
        • Lookup with CAC number
        • Lookup using Tax ID (TIN)
      • Uganda Business Lookup 🇺🇬
      • Ghana Business Lookup 🇬🇭
    • Business Beneficial Ownership
      • Nigeria 🇳🇬
  • Appruve Agency
    • OCR For Sequential Verification
      • Senegal 🇸🇳
      • Nigeria 🇳🇬
      • Ghana 🇬🇭
      • Kenya 🇰🇪
      • Côte d'Ivoire 🇨🇮
      • Cameroon 🇨🇲
    • Standalone OCR
      • Nigeria 🇳🇬
      • Ghana 🇬🇭
      • Kenya 🇰🇪
      • Côte d'Ivoire 🇨🇮
      • Cameroon 🇨🇲
      • Senegal 🇸🇳
    • Perform Face Matching
    • Upload Selfie Photo
    • Get Liveness Detection Challenge
    • Verify Liveness Detection Challenge
    • Confirm Extracted ID Number
    • Verify Business Document By OCR
    • Verify Nigeria vNIN with selfie
  • Guides
    • Webhooks
    • ID Document to Selfie Matching
  • Mobile Sdks
    • Android SDK
    • iOS SDK
  • Resources
    • Country Codes
    • ID Types
    • Face Liveness Check
Powered by GitBook
On this page
  1. Appruve Identity
  2. Ghana 🇬🇭

Verify Ghana Digital Address

Verify Ghana GPS digital address

Verify Digital Address

POST https://api.appruve.co/v1/verifications/gh/digital_address

This endpoint allows you to verify a Ghana GPS digital address.

Request Body

Name
Type
Description

digital_address*

String

The digital address name. Example GA1234567

area_name

String

The area name

street_name

String

The street name

region_name

String

The region name

district_name

String

The district name

{
    "is_valid": true,
    "location_details": {
        "gps_name": "GA1838164",
        "area": "ADEDENKPO",
        "street_name": "Bishop Lamaire Link",
        "region": "Greater Accra",
        "district": "Accra",
        "geometry": {
            "lat": "5.542133829053205",
            "lng": "-0.207443351507052"
        }
    },
    "area_name_match": true,
    "street_name_match": true,
    "region_name_match": true,
    "district_name_match": true
}
{
    "is_valid": false,
    "location_details": null,
    "area_name_match": false,
    "street_name_match": false,
    "region_name_match": false,
    "district_name_match": false
}
PreviousVerify Ghana Voter IDNextNigeria 🇳🇬

Last updated 3 years ago