LASRRA

Lagos State Residents Registration Agency

Verify a customer's identity using their Lagos State Residents Registration Agency (LASRRA) ID number.

The service accepts the LASRRA ID Number as a path parameter and returns detailed information on the LASRRA verification.


To verify a 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"
    },
    "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"
    }
}