post https://demo.onefin.in/api/v1/client/linehttps://demo.onefin.in/api/v2/experian/cibil/<uuid:applicant_detail_uuid>/credit_report/
This is used to pull Cibil Credit Report of applicant.
Success Response:
{
'is_success': True,
'data': 'SHARABHU - SHARABHU RAJ KUMAR',
'stage': 'COMPLETED'
}
Failed Response:
{
'is_success': False,
'error': {
'message': 'Applicant Detail does not exist.',
'code': 'model_operation_error'
}
}