Company Search - Basic

This API provides a way to verify company registration information using biometrics. It requires an App ID and Secret Key to be passed as headers and customer reference, customer name, country code, and company registration number as the request body.

👍

TEST DATA:

📘

Request headers

keydescription
x-api-keyyour api-key
app-idyour app-id

Request body

keydescription
search_stringbusiness name or number

Sample Response

{
    "status": true,
    "detail": "Verification Successful",
    "response_code": "00",
    "data": {
        "status": "OK",
        "validationCode": "xx0000000000.0000000",
        "curp": "ETJ0221XXXXXX00",
        "name": "JOSE",
        "lastName": "LOEZ",
        "sex": "MALE",
        "birthDate": "02/21/1988",
        "birthCountry": "MEXICO",
        "birthState": "JAISCO",
        "docProbatorio": 1,
        "dataDocProbatorio": {
            "anioReg": "1990",
            "sheet": "",
            "volume": "",
            "book": "",
            "numActa": "00000",
            "entidadRegistroKey": "10",
            "entidadRegistro": "JAISCO",
            "municipalityRegistroKey": "001",
            "municipalityRegistry": "TONALA"
        },
        "statusCurp": "RCN",
        "messageCode": "0"
    },
    "verification": {
        "status": "VERIFIED",
        "reference": "68c9fb-c41b-40e7-af16-93a72ffb8"
    },
    "widget_info": {},
    "session": {},
    "endpoint_name": "Company Search - Basic"
}