API Reference

Cibil Credit Report Pull

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'
    }
}
Language
Credentials
Basic
base64
:
Click Try It! to start a request and see the response here!