GetCibilIdTypes

Sample Id Type

{
    "responseCode": 200,
    "success": true,
    "message": "Success",
    "data": [
        {
            "code": "B",
            "type": "Business Registration"
        },
        {
            "code": "T",
            "type": "PAN"
        },
        {
            "code": "C",
            "type": "CIN"
        },
        {
            "code": "A",
            "type": "TIN"
        },
        {
            "code": "Y",
            "type": "DIN"
        },
        {
            "code": "S",
            "type": "Service Tax #"
        },
        {
            "code": "O",
            "type": "Other"
        },
        {
            "code": "U",
            "type": "DUNS Number"
        },
        {
            "code": "M",
            "type": "AADHAR"
        },
        {
            "code": "T",
            "type": "Tax ID (PAN)"
        },
        {
            "code": "V",
            "type": "Voter ID"
        },
        {
            "code": "P",
            "type": "Passport ID"
        },
        {
            "code": "R",
            "type": "Ration Card"
        },
        {
            "code": "D",
            "type": "Driver License"
        },
        {
            "code": "O",
            "type": "Other ID"
        }
    ]
}
Language
Authorization
Bearer
Click Try It! to start a request and see the response here!