🌍KYB Basic

This service allows you to lookup a Nigerian business and get the available details.

NOTE: For Nigerian businesses, the registration number must contain the appropriate prefix and the corresponding registry number WITHOUT any space or character in between. e.g RC0000000

POST {{baseurl}}/v2/api/verifications/ng/company/basic

Headers

Name
Type
Description

token*

String

API secret token

Request Body

Name
Type
Description

registrationNumber*

String

Registration number of business. Prefix the registration number with RC for Private companies limited by shares, BN for business name, IT for incorporated trustees, LP for limited partnership and LLP for limited liability partnerships. NOTE: For Nigerian businesses, the registration number must contain the appropriate prefix and the corresponding registration number WITHOUT any space or character in between. e.g RC0000000

isConsent*

Boolean

Indicate you have consent. Must be true

{
    "registrationNumber": "RC0000000",
    "isConsent": true
}
{
        "success": true,
        "statusCode": 200,
        "message": "success",
        "data": {
            "id": "68d57134c904ee5fcb605833",
            "status": "found",
            "businessId": "61d880f1e8e15aaf24558f1a",
            "parentId": null,
            "isConsent": true,
            "type": "basic_company_check",
            "searchTerm": "RC00000000",
            "name": "John Doe Inc",
            "registrationNumber": "RC00000000",
            "companyStatus": "ACTIVE",
            "requestedAt": "2025-09-25T16:43:33.422Z",
            "country": "Nigeria",
            "createdAt": "2022-11-03T14:16:54.235Z",
            "lastModifiedAt": "2022-11-03T14:16:54.235Z",
            "typeOfEntity": "PRIVATE COMPANY LIMITED BY SHARES",
            "registrationDate": "2017-06-09",
            "natureOfBusiness": "Information service activities",
            "amlReport": null,
            "adverseMediaReport": null,
            "requestedBy": {
                "firstName": "API",
                "lastName": "User",
                "middleName": "",
                "id": "61d880f1e8e15aaf24558f1c"
            }
        },
        "links": []
    }

Last updated

Was this helpful?