/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
string
required
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
boolean
required
true when the request was processed successfully.string
required
The renter ID that was scored, echoed back for correlation.
number
required
The weighted composite score, 0 – 1000.
number
required
Maximum possible score. Always
1000.object
required
Individual score components with their weights and qualitative labels.
object
required
Raw financial data from the renter’s report history.
string
required
ISO 8601 timestamp of when this score was calculated.
Example
cURL