LASRRA

Lagos State Residents Registration Agency

Verify a customer’s identity using their Lagos State Residents Registration Agency (LASRRA) ID number. This service confirms the LASRRA ID provided and retrieves official resident information, enabling businesses to authenticate Lagos-based users with accurate, government-issued identity data.


USE CASE

LASRRA ID verification can be used to confirm the identity of Lagos State residents using their official LASRRA ID number.

Businesses can use this service to:

  1. Authenticate Lagos-based customers during onboarding
  2. Verify resident information for compliance and KYC checks
  3. Reduce fraud by validating government-issued identity data
  4. Retrieve accurate resident details directly from LASRRA records

This is especially useful for banks, fintechs, telecoms, real estate platforms, and any service that requires trusted Lagos State residency verification.

To Verify with LASRRA

{{baseUrl}}/v2/ng/identities/lasrra/{idNumber}

Path Parameter

Parameter

Type

Description

idNumber (REQUIRED)

string

LASRRA ID Number

Request Body

POST ParameterTypeDescription

This endpoint will return all bio-data information captured .To conduct a test

Response Sample

{
    "id": 118397574,
    "summary": {
        "lasrra_check": "verified"
    },
    "status": {
        "state": "complete",
        "status": "verified"
    },
    "insight": [  // detail of other organisations that have checked this same ID recently
        {
            "serviceCategory": "Commercial Banks",
            "insightCount": 1,
            "timeframeInMonths": 12
        },
        {
            "serviceCategory": "Digital Bank",
            "insightCount": 1,
            "timeframeInMonths": 12
        }
    ],
    "lasrra": {
        "firstname": "MAGAJI",
        "lastname": "BUBA",
        "middlename": "...",
        "gender": "M",
        "dob": "1978-09-16",
        "phone": "+2348026490201",
        "email": "[email protected]",
        "houseNo": "32",
        "flatNo": "",
        "streetName": "OLAREWAJU ELEGUSHI ST",
        "estateBuildingName": "",
        "town": "LEKKI PHASE 1",
        "lga": "ETI-OSA WEST",
        "registrationDate": "2025-03-04"
    }
}