LogoLogo
Home
  • Youverify API Documentation
  • Getting Started
    • Getting your API Key
    • Getting your Public Merchant Key
    • Environment
    • Response Codes
  • Know Your Customer Services (KYC)
    • ID Document Verification (SDK)
      • Web SDK
      • iOS SDK
        • iOS Liveness SDK
        • iOS (Compat) Liveness SDK
        • iOS Document Capture SDK
      • Android SDK
        • Android Document Capture SDK
        • Android Liveness SDK
      • Document Capture Supported Countries
        • 🌏Asia
        • πŸ‡ͺπŸ‡ΊEurope
        • 🌎Latin America and the Caribbean
        • 🌍Middle East and Africa
        • 🌎North America
        • 🌏Oceania
    • ID Data Matching (eIDV)
      • 🌐Global
        • Supported Countries
      • πŸ‡ΏπŸ‡¦South Africa
        • Verify South African ID Number (SAID)
        • Verify South African Phone Number
        • Bank Account Verification
        • Proof of Address Verification
      • πŸ‡°πŸ‡ͺKenya
        • Verify International Passport
        • Verify Alien ID
        • Verify Drivers License
        • Verify Plate Number
        • Verify Collateral ID
        • Kenyan Bank Account Verification
          • Bank List
        • Credit History
        • Employment History
        • Verify Address Information
        • Verify Phone Number
        • Verify Identity Number
        • Verify Tax PIN
      • πŸ‡¬πŸ‡­Ghana
        • Verify International Passport
        • Verify Social Security and National Insurance Trust (SSNIT)
        • Verify Ghana Voters Card (GVC)
      • πŸ‡³πŸ‡¬Nigeria
        • Verify Bank Verification Number (BVN)
        • Verify Bank Verification Number (BVN Premium)
        • Verify Virtual National Identification Number (vNIN)
        • Verify National Identification Number (NIN)
        • Verify Nigerian Driver's License (Driver's License)
        • Advanced Phone Search
        • Verify Nigerian International Passport (Passport)
        • Verify Nigerian Permanent Voters Card (PVC)
        • Verify Phone Number
        • Individual Credit Report
        • Bank Account Verification
          • Basic Bank Account Verification
          • Bank List
            • Getting the list of Banks for Basic Bank Account
    • Facial Comparison
    • Retrieve an Identity
    • Identity History
  • Know Your Business Services (KYB)
    • 🌍Business Verification
    • 🌍Search for Businesses
    • Get Supported Countries and Regions
    • KYB Bulk Upload
    • Retrieve Business details
    • Country-Specific KYB Services
      • πŸ‡³πŸ‡¬Nigeria
        • Tax Identification Number (TIN) Verification
      • πŸ‡ΏπŸ‡¦South Africa
        • Business Account Verification
        • Business Address Verification
  • Know Your Transaction Service (KYT)
    • Customer Management
      • Create an Individual Client
      • Create a Business Client
      • Initiate an Individual Client Assessment
      • Initiate an Business Client Assessment
      • Update a Client
      • Retrieve all Clients
      • Retrieve a Client
      • Delete a Client
    • Transaction Management
      • Create a Transaction
      • Retrieve an Evaluation
  • Risk Intelligence
    • Risk Intelligence: Initialise Risk Check
    • Retrieve Risk Intelligence Profile
    • Retrieve Risk Intelligence History
  • Credit Report
    • πŸ‡¬πŸ‡§UK Business Credit Report
  • AML Services (Anti-Money Laundering)
    • PEP and Sanction Screening
      • Search using Name
        • Advanced Filters
      • Search using Identity
        • Advanced Filters
      • Search using Crypto
        • Advanced Filters
      • Retrieve a PEP and Sanction Screening Search
      • Screening Data Sources
      • Domestic PEP Search
    • Adverse Media Intelligence
    • Custom AML Watchlist
      • AML Watchlist (Sample list)
      • AML Watchlist Upload (Bulk Upload)
      • AML Watchlist Upload
      • Retrieve AML Watchlist
      • AML Watchlist Entity Update
      • AML Watchlist Entity Removal
  • Custom Workflow Builder (CWB)
    • CWB Webhook
    • CWB External API
      • Retrieve CWB History
      • Retrieve CWB Responses
      • Retrieve CWB Report
  • Youverify OS Error Codes
  • Webhooks
    • Know Your Customer Webhooks
      • Identity Verification
      • Address Verification
    • Know Your Transaction Webhooks
      • Customer Management Webhooks
        • Client Created
        • Client Updated
      • Alert Service Webhooks
        • Alert Created
        • Alert Triage Created
        • Alert Updated
      • Evaluation Webhooks
        • Evaluation Completed
        • Evaluation Started
        • Transaction Updated
  • Test Data
  • Our Legacy API and SDK
Powered by GitBook
On this page

Was this helpful?

  1. Know Your Business Services (KYB)
  2. Country-Specific KYB Services
  3. Nigeria
  4. Address Verification Services for Businesses

Retrieve an Address Verification

This endpoint allows you to retrieve an address verification report

GET {{baseurl}}/v2/api/addresses/:addressId

Headers

Name
Type
Description

token*

String

API secret token

HTTP/1.1 200 OK
{
    "success": true,
    "statusCode": 200,
    "message": "Address retrieved successfully!",
    "data": {
        "candidate": {
            "candidateId": "62973912fdc2225c65bb1302",
            "firstName": "John",
            "middleName": "Michael",
            "lastName": "Doe",
            "photo": "https://youverify-api-bucket.nyc3.digitaloceanspaces.com/reports/live_photos/2022-06-01/photo_6297396bc723f8246.png",
            "email": "famous@youverify.co",
            "mobile": "08030000000"
        },
        "agent": {
            "firstName": null,
            "middleName": null,
            "lastName": null,
            "signature": null,
            "photo": null
        },
        "address": {
            "latlong": {
                "lat": "6.500871399999999",
                "lon": "3.3765867"
            },
            "flatNumber": "1st floor",
            "buildingName": "Sum house",
            "buildingNumber": "350",
            "subStreet": "Hughes avenue",
            "street": "Borno way",
            "landmark": "Police Station",
            "state": "Lagos",
            "city": "Yaba",
            "country": "Nigeria",
            "lga": "Lagos Mainland"
        },
        "referenceId": "6297396cc0dea",
        "parentId": null,
        "status": "pending",
        "taskStatus": "PENDING",
        "subjectConsent": "true",
        "startDate": null,
        "endDate": null,
        "submittedAt": null,
        "executionDate": null,
        "completedAt": null,
        "acceptedAt": null,
        "revalidationDate": null,
        "notes": [],
        "isFlagged": false,
        "agentSubmittedLongitude": null,
        "agentSubmittedLatitude": null,
        "reportGeolocationUrl": null,
        "mapAddressUrl": null,
        "submissionDistanceInMeters": null,
        "reasons": null,
        "signature": null,
        "images": [],
        "buildingType": null,
        "buildingColor": null,
        "gatePresent": null,
        "gateColor": null,
        "availabilityConfirmedBy": null,
        "closestLandmark": null,
        "additionalInfo": null,
        "reportAgentAccess": null,
        "incidentReport": null,
        "description": "Verify the candidate",
        "reportId": "reports_f1b762e8-c65b-4efa-9e6c-4aad8f258013",
        "downloadUrl": null,
        "apiVersion": "v2",
        "businessType": "admin",
        "businessId": "61d880f1e8e15aaf24558f1a",
        "userId": "61d880f2e8e15aaf24558f9b",
        "type": "individual",
        "metadata": {},
        "createdAt": "2022-06-01T10:03:37.110Z",
        "lastModifiedAt": "2022-06-01T10:03:37.110Z",
        "_createdAt": "2022-06-01T11:03:3737+01:00",
        "_lastModifiedAt": "2022-06-01T11:03:3737+01:00",
        "verificationId": "6297396cc0dea",
        "id": "62973964fdc2225c65bb1303",
        "user": {
            "firstName": "Famous",
            "lastName": "Ehichioya",
            "middleName": "Prior",
            "email": "developer@youverify.co",
            "mobile": "+2348036208556",
            "countryCode": "NG",
            "id": "61d880f2e8e15aaf24558f9b"
        }
    },
    "links": []
}
HTTP/1.1 200 OK
{
    "success": true,
    "statusCode": 200,
    "message": "Address retrieved successfully!",
    "data": {
        "candidate": {
            "candidateId": "62973912fdc2225c65bb1302",
            "firstName": "John",
            "middleName": "Michael",
            "lastName": "Doe",
            "photo": "https://youverify-api-bucket.nyc3.digitaloceanspaces.com/reports/live_photos/2022-06-01/photo_6297396bc723f8246.png",
            "email": "famous@youverify.co",
            "mobile": "08030000000"
        },
        "agent": {
            "firstName": "Ann",
            "middleName": "Kyle",
            "lastName": "Chandler",
            "signature": "https://cdn.youverify.co/1645718144237-kdLVxJOwjRRBgsilqVIft.jpg",
            "photo": "https://cdn.youverify.co/1645736269355-u2htGCP6_vELUWtLCnTmm.png"
        },
        "address": {
            "latlong": {
                "lat": "6.500871399999999",
                "lon": "3.3765867"
            },
            "flatNumber": "1st floor",
            "buildingName": "Sum house",
            "buildingNumber": "350",
            "subStreet": "Hughes avenue",
            "street": "Borno way",
            "landmark": "Police Station",
            "state": "Lagos",
            "city": "Yaba",
            "country": "Nigeria",
            "lga": "Lagos Mainland"
        },
        "referenceId": "6297396cc0dea",
        "parentId": null,
        "status": "completed",
        "taskStatus": "VERIFIED",
        "subjectConsent": "true",
        "startDate": "2022-06-01T00:00:00.000Z",
        "endDate": "2022-06-03T00:00:00.000Z",
        "submittedAt": "2022-06-01T10:10:32.000Z",
        "executionDate": "2022-06-01T10:10:32.000Z",
        "completedAt": "2022-06-01T10:10:32.000Z",
        "acceptedAt": "2022-06-01T10:10:32.000Z",
        "revalidationDate": "2022-08-30T00:00:00.000Z",
        "notes": [
            {
                "createdAt": "2022-06-01T10:10:3232+00:00",
                "note": "Candidate resides at 350 Borno way Yaba Lagos, Nigeria. It is a Terraced house painted Purple with Purple gate. Address and candidate was confirmed by the Maid"
            }
        ],
        "isFlagged": false,
        "agentSubmittedLongitude": "3.3755177",
        "agentSubmittedLatitude": "6.8060262",
        "reportGeolocationUrl": "https://www.google.com/maps/search/?api=1&query=6.8060262,3.3755177",
        "mapAddressUrl": "https://www.google.com/maps/search/?api=1&query=350%20Borno%20way%20Yaba%20Lagos%20Nigeria",
        "submissionDistanceInMeters": 655,
        "reasons": null,
        "signature": "https://cdn.youverify.co/1645718144237-kdLVxJOwjRRBgsilqVIft.jpg",
        "images": [
            {
                "filePath": "https://cdn.youverify.co/1645724384664-N7EfKFG7xjdp6K73LgBK3.jpg",
                "fileType": "image/jpg",
                "height": 300,
                "width": 400
            }
        ],
        "buildingType": "Terraced house",
        "buildingColor": "Purple",
        "gatePresent": true,
        "gateColor": "Purple",
        "availabilityConfirmedBy": "Maid",
        "closestLandmark": "Southern Company",
        "additionalInfo": null,
        "reportAgentAccess": null,
        "incidentReport": null,
        "description": "Verify the candidate",
        "reportId": "reports_f1b762e8-c65b-4efa-9e6c-4aad8f258013",
        "downloadUrl": null,
        "apiVersion": "v2",
        "businessType": "admin",
        "businessId": "61d880f1e8e15aaf24558f1a",
        "userId": "61d880f2e8e15aaf24558f9b",
        "type": "individual",
        "metadata": {},
        "createdAt": "2022-06-01T10:03:37.110Z",
        "lastModifiedAt": "2022-06-01T10:10:32.864Z",
        "_createdAt": "2022-06-01T11:03:3737+01:00",
        "_lastModifiedAt": "2022-06-01T11:10:3232+01:00",
        "verificationId": "6297396cc0dea",
        "id": "62973964fdc2225c65bb1303",
        "user": {
            "firstName": "Famous",
            "lastName": "Ehichioya",
            "middleName": "Prior",
            "email": "developer@youverify.co",
            "mobile": "+2348036208556",
            "countryCode": "NG",
            "id": "61d880f2e8e15aaf24558f9b"
        }
    },
    "links": []
}
HTTP/1.1 200 OK
{
    "success": true,
    "statusCode": 200,
    "message": "Address retrieved successfully!",
    "data": {
        "candidate": {
            "candidateId": "62973912fdc2225c65bb1302",
            "firstName": "John",
            "middleName": "Michael",
            "lastName": "Doe",
            "photo": "https://youverify-api-bucket.nyc3.digitaloceanspaces.com/reports/live_photos/2022-06-01/photo_6297396bc723f8246.png",
            "email": "famous@youverify.co",
            "mobile": "08030000000"
        },
        "agent": {
            "firstName": "Joe",
            "middleName": "Luella",
            "lastName": "McGuire",
            "signature": "https://cdn.youverify.co/1645718144237-kdLVxJOwjRRBgsilqVIft.jpg",
            "photo": "https://cdn.youverify.co/1645736269355-u2htGCP6_vELUWtLCnTmm.png"
        },
        "address": {
            "latlong": {
                "lat": "6.500871399999999",
                "lon": "3.3765867"
            },
            "flatNumber": "1st floor",
            "buildingName": "Sum house",
            "buildingNumber": "350",
            "subStreet": "Hughes avenue",
            "street": "Borno way",
            "landmark": "Police Station",
            "state": "Lagos",
            "city": "Yaba",
            "country": "Nigeria",
            "lga": "Lagos Mainland"
        },
        "referenceId": "6297396cc0dea",
        "parentId": null,
        "status": "canceled",
        "taskStatus": "PENDING",
        "subjectConsent": "true",
        "startDate": "2022-06-01T00:00:00.000Z",
        "endDate": "2022-06-03T00:00:00.000Z",
        "submittedAt": null,
        "executionDate": null,
        "completedAt": null,
        "acceptedAt": "2022-06-01T10:12:02.000Z",
        "revalidationDate": "2022-08-30T00:00:00.000Z",
        "notes": [],
        "isFlagged": false,
        "agentSubmittedLongitude": "3.2560208",
        "agentSubmittedLatitude": "6.7201887",
        "reportGeolocationUrl": "https://www.google.com/maps/search/?api=1&query=6.490806, 3.3808834",
        "mapAddressUrl": "https://www.google.com/maps/search/?api=1&query=350%20Borno%20way%20Yaba%20Lagos%20Nigeria",
        "submissionDistanceInMeters": 1696,
        "reasons": "Invalid Address",
        "signature": null,
        "images": [],
        "buildingType": null,
        "buildingColor": null,
        "gatePresent": null,
        "gateColor": null,
        "availabilityConfirmedBy": null,
        "closestLandmark": null,
        "additionalInfo": null,
        "reportAgentAccess": null,
        "incidentReport": null,
        "description": "Verify the candidate",
        "reportId": "reports_f1b762e8-c65b-4efa-9e6c-4aad8f258013",
        "downloadUrl": null,
        "apiVersion": "v2",
        "businessType": "admin",
        "businessId": "61d880f1e8e15aaf24558f1a",
        "userId": "61d880f2e8e15aaf24558f9b",
        "type": "individual",
        "metadata": {},
        "createdAt": "2022-06-01T10:03:37.110Z",
        "lastModifiedAt": "2022-06-01T10:12:02.444Z",
        "_createdAt": "2022-06-01T11:03:3737+01:00",
        "_lastModifiedAt": "2022-06-01T11:12:022+01:00",
        "verificationId": "6297396cc0dea",
        "id": "62973964fdc2225c65bb1303",
        "user": {
            "firstName": "Famous",
            "lastName": "Ehichioya",
            "middleName": "Prior",
            "email": "developer@youverify.co",
            "mobile": "+2348036208556",
            "countryCode": "NG",
            "id": "61d880f2e8e15aaf24558f9b"
        }
    },
    "links": []
}
HTTP/1.1 200 OK
{
    "success": true,
    "statusCode": 200,
    "message": "Address retrieved successfully!",
    "data": {
        "candidate": {
            "candidateId": "62973912fdc2225c65bb1302",
            "firstName": "John",
            "middleName": "Michael",
            "lastName": "Doe",
            "photo": "https://youverify-api-bucket.nyc3.digitaloceanspaces.com/reports/live_photos/2022-06-01/photo_6297396bc723f8246.png",
            "email": "famous@youverify.co",
            "mobile": "08030000000"
        },
        "agent": {
            "firstName": "Jerome",
            "middleName": "Travis",
            "lastName": "Lawrence",
            "signature": "https://cdn.youverify.co/1645718144237-kdLVxJOwjRRBgsilqVIft.jpg",
            "photo": "https://cdn.youverify.co/1645736269355-u2htGCP6_vELUWtLCnTmm.png"
        },
        "address": {
            "latlong": {
                "lat": "6.500871399999999",
                "lon": "3.3765867"
            },
            "flatNumber": "1st floor",
            "buildingName": "Sum house",
            "buildingNumber": "350",
            "subStreet": "Hughes avenue",
            "street": "Borno way",
            "landmark": "Police Station",
            "state": "Lagos",
            "city": "Yaba",
            "country": "Nigeria",
            "lga": "Lagos Mainland"
        },
        "referenceId": "6297396cc0dea",
        "parentId": null,
        "status": "completed",
        "taskStatus": "NOT_VERIFIED",
        "subjectConsent": "true",
        "startDate": "2022-06-01T00:00:00.000Z",
        "endDate": "2022-06-03T00:00:00.000Z",
        "submittedAt": "2022-06-01T10:13:05.000Z",
        "executionDate": "2022-06-01T10:13:05.000Z",
        "completedAt": "2022-06-01T10:13:05.000Z",
        "acceptedAt": "2022-06-01T10:13:05.000Z",
        "revalidationDate": "2022-08-30T00:00:00.000Z",
        "notes": [],
        "isFlagged": false,
        "agentSubmittedLongitude": "3.6355781",
        "agentSubmittedLatitude": "6.5391231",
        "reportGeolocationUrl": "https://www.google.com/maps/search/?api=1&query=6.490806, 3.3808834",
        "mapAddressUrl": "https://www.google.com/maps/search/?api=1&query=350%20Borno%20way%20Yaba%20Lagos%20Nigeria",
        "submissionDistanceInMeters": 1164,
        "reasons": "Address not accessible",
        "signature": null,
        "images": [],
        "buildingType": null,
        "buildingColor": null,
        "gatePresent": null,
        "gateColor": null,
        "availabilityConfirmedBy": null,
        "closestLandmark": null,
        "additionalInfo": null,
        "reportAgentAccess": null,
        "incidentReport": null,
        "description": "Verify the candidate",
        "reportId": "reports_f1b762e8-c65b-4efa-9e6c-4aad8f258013",
        "downloadUrl": null,
        "apiVersion": "v2",
        "businessType": "admin",
        "businessId": "61d880f1e8e15aaf24558f1a",
        "userId": "61d880f2e8e15aaf24558f9b",
        "type": "individual",
        "metadata": {},
        "createdAt": "2022-06-01T10:03:37.110Z",
        "lastModifiedAt": "2022-06-01T10:13:05.718Z",
        "_createdAt": "2022-06-01T11:03:3737+01:00",
        "_lastModifiedAt": "2022-06-01T11:13:055+01:00",
        "verificationId": "6297396cc0dea",
        "id": "62973964fdc2225c65bb1303",
        "user": {
            "firstName": "Famous",
            "lastName": "Ehichioya",
            "middleName": "Prior",
            "email": "developer@youverify.co",
            "mobile": "+2348036208556",
            "countryCode": "NG",
            "id": "61d880f2e8e15aaf24558f9b"
        }
    },
    "links": []
}

Last updated 1 year ago

Was this helpful?

πŸ‡³πŸ‡¬