Get lead details
GET/partner/lead/:preLoanRequestId
Returns the identifying and contact details of one of your leads, plus their employer and the documents they attached.
This endpoint carries no risk parameters, no evaluation outcome, and no report fields —
no idPreAprobacion and no urlInforme. Those live on
Get an evaluation by lead id, which
takes the same preLoanRequestId you used here.
That asymmetry is deliberate rather than an oversight: this is the personal-data operation, kept to identity and contact, and anyone calling it already holds the lead id needed to ask for the evaluation.
Requires the evaluation module.
Not found is deliberately uninformative
A lead that does not exist, a lead that belongs to another partner, and a malformed id all return the same 404 with the same body, so the endpoint cannot be used to discover which leads exist or who holds them.
Request
Responses
- 200
- 400
- 403
- 404
- 429
- 503
Lead details retrieved successfully
Bad Request - Invalid or missing API token
Forbidden - Partner is inactive, or does not have the evaluation module
Not Found - The lead does not exist, belongs to another partner, or the id is malformed. All three cases return this same response.
Too Many Requests - Rate limit exceeded
Service Unavailable - An upstream read failed. banca.me renders infrastructure failures on
this path as 503, not 500.