| Status Codes | Billable | Message |
|---|---|---|
| OKRES | No | Success |
| PARMS | No | Parameter missing Consent missing or invalid |
| ISERR | No | Internal server error |
| AUTHM | No | Authkey missing or invalid |
| NOPRV | No | Your account does not have the required privilege to access this API |
| RLEXX | No | Request limit exceeded |
| IPNTW | No | IP address not whitelisted |
| INDID | No | Invalid document ID |
| INBID | No | Invalid borrower ID |
curl --location --request POST 'https://analysis.fineye.co/generateSessionId' \
--header 'authKey: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"borrowerId": "BR-9773777601",
"documentId": "01",
"consent": "Y",
"consent_text": "We confirm that we have obtained the consent of the respective customer to fetch their details by using their Bank Statements and the customer is aware of the purpose for which their data is sought for being processed and have given their consent for the same and such consent is currently valid and not withdrawn."
}'{
"api_category": "Financial Analysis Suite",
"api_name": "FinEye - Generate Session ID",
"datetime": "2026-01-22 12:23:29.372686",
"message": "Success",
"result": {
"expired_at": "2026-01-22 13:23:29.365756",
"session_id": "referenceID_wyNwZAfpAEpPlqMSCenk"
},
"status": "OKRES",
"txn_id": "919837da-860c-43e7-a21f-4d4a6c083923"
}