Table of contents

Prefill / Alternate Bureau Data

Use this API to pull alternate data available for Indian Mobile Numbers.

API URL: https://api.bulkpe.in/client/prefill

Method: POST

Auth: Please refer to the Authorization page.

{ "name": "User Name", "mobile": "9999988888", "reference": "test0001" //unique reference id }

Response

{ "status": true, "statusCode": 200, "data": { "name": "JOHN DOE", "mobile": "9999999999", "personal_info": { "full_name": "J DOE", "dob": "1990-01-01", "gender": "Male", "total_income": null, "occupation": null, "age": "34" }, "phone_info": [ { "reported_date": "2025-02-28", "type_code": "H", "number": "9999999999" }, { "reported_date": "2025-02-28", "type_code": "M", "number": "8888888888" }, { "reported_date": "2025-01-20", "type_code": "T", "number": "7777777777" } ], "address_info": [ { "address": "123 MAIN STREET, CITY CENTER, METRO CITY, COUNTRY", "state": "XY", "type": "Primary", "postal": "123456", "reported_date": "2025-02-28" }, { "address": "456 SIDE ROAD, TOWN SQUARE, METRO CITY", "state": "XY", "type": "Primary", "postal": "123456", "reported_date": "2025-01-31" }, { "address": "789 AVENUE ROAD, SUBURBIA, METRO CITY", "state": "XY", "type": "Permanent", "postal": "123456", "reported_date": "2025-01-20" }, { "address": "101 CORPORATE PARK, BUSINESS DISTRICT, METRO CITY", "state": "XY", "type": "Office", "postal": "654321", "reported_date": "2025-01-20" }, { "address": "789 AVENUE ROAD, SUBURBIA, METRO CITY", "state": "XY", "type": "Permanent", "postal": "123456", "reported_date": "2023-08-11" } ], "email_info": [ { "reported_date": "2024-12-15", "email_address": "[email protected]" } ], "identity_info": { "pan_number": [ { "id_number": "ABCDE1234F" } ], "passport_number": [], "driving_license": [], "voter_id": [], "aadhaar_number": [], "ration_card": [], "other_id": [ { "id_number": "12345678901234" } ] }, "reference": "XYZ123" }, "message": "verified" }