/v1/renter/score endpoint returns the full breakdown of a renter’s composite risk score. While /v1/renter/check gives you a pass/review/deny recommendation, this endpoint gives you the underlying math: four weighted components that add up to a score out of 1000, plus the financial data that feeds those calculations. Use it when you need to explain a decision to a renter, build a custom scoring UI, or audit how a score changed over time.
Endpoint
Authentication
Include your API key in one of two ways:Query parameters
The internal RentFAX renter ID. You can obtain this from the
renterId field in a /v1/search response, or from your own renter records.Score components
The composite score is a weighted average of four components:
Each component score is on a 0 – 1000 scale. The composite is computed as:
Response fields
true when the request was processed successfully.The renter ID that was scored, echoed back for correlation.
The weighted composite score, 0 – 1000.
Maximum possible score. Always
1000.Individual score components with their weights and qualitative labels.
Raw financial data from the renter’s report history.
ISO 8601 timestamp of when this score was calculated.
Example
cURL