Skip to main content

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​

Evaluation retrieved successfully