Get the latest evaluation by RUT
GET/partner/pre-approve/rut/:rut
Retrieves the most recent evaluation for a person, resolved among your own leads only.
A RUT may have leads with several partners. This endpoint always resolves the latest lead within your origins, never the latest in absolute terms, so one partner's data is never surfaced to another.
The response is identical in shape to Get an evaluation by lead id.
Requires the evaluation module.
RUT format
The RUT is normalised before lookup: dots and whitespace are stripped and the check digit is
upper-cased, so 12.345.678-9 and 12345678-9 resolve to the same lead. The verifier digit
is required.
This read is not stable over time
Two identical calls can return different leads. "The latest" changes as soon as the person is evaluated again — that is the intended behaviour, not a defect.
Not found is deliberately uninformative
A RUT with no leads of yours, a RUT unknown to banca.me, and a malformed RUT all return the same 404 with the same body, for the same anti-enumeration reason as the lookup by id.
Request
Responses
- 200
- 400
- 403
- 404
- 429
- 503
Evaluation retrieved successfully
Bad Request - Invalid or missing API token
Forbidden - Partner is inactive, or does not have the evaluation module
Not Found - No lead of yours matches this RUT, the RUT is unknown to banca.me, or the RUT 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.