GetCibilPhoneType

Sample Response 


{
    "responseCode": 200,
    "success": true,
    "message": "Success",
    "data": [
        {
            "code": "H",
            "type": "Home"
        },
        {
            "code": "M",
            "type": "Mobile"
        },
        {
            "code": "P",
            "type": "Personal Home Fax"
        },
        {
            "code": "F",
            "type": "Work Fax"
        },
        {
            "code": "T",
            "type": "Work Telephone"
        },
        {
            "code": "E",
            "type": "Employer Telephone"
        }
    ]
}
Language
Authorization
Bearer
Click Try It! to start a request and see the response here!