Customer Financial Data Pull
Fetches financial and bureau data for an individual using their mobile number and full name. Returns personal information, phone records, email records, identity documents, and address history sourced from the credit bureau.
Credit usage: 1 credit is consumed per request whenever the bureau is successfully reached — including when the bureau returns no data (404). No credit is consumed for 400, 401, 402, 403, or 500 responses.
404). No credit is consumed for 400, 401, 402, 403, or 500 responses.Authorizations
API key issued by KonnectNXT. Pass as Authorization: Bearer <your_api_key>.
Body
10-digit Indian mobile number starting with 6, 7, 8, or 9. All digits cannot be identical (e.g. 9999999999 is invalid).
"9553226860"
Full name of the individual. Only letters, spaces, and dots are allowed.
"Manish Gupta"
Purpose for which consent is taken from the individual. If provided, must be more than 20 characters. Defaults to "Financial data verification for background verification" when not supplied.
"Financial data verification for background verification"
Optional document type for an additional identity lookup (e.g. PAN, AADHAAR).
""
Optional ID value associated with the supplied document_type.
""
Response
Customer financial data fetched successfully
Overall status of the API
success, error HTTP status code
400
Description of the response or error
"Invalid request parameters"
Represents the total number of credits used in this request.
3
Represents the remaining credits available for use.
4040

