Retrieve quote-safe dealer-fee and finance-program rows for solar, HVAC, and other home-service quoting tools. Requires production access.
The /api/v1/finance/fees endpoint returns approved, quote-safe dealer-fee and finance-program rows from the finance_fees dataset. Every row returned has quote_safe: true, meaning it has passed verification review and is cleared for use in customer-facing quote calculations. Results are ordered by financier_name then product_title and reflect the most recently verified version of each fee record.
This endpoint requires production access to the finance_fees dataset. Sandbox-tier keys will receive a 403 response. Request access →
A successful response returns an application/json object with a top-level data array of dealer-fee records and a usage block for your request metering.
UUID for this version of the dealer-fee entry. Distinct from finance_program_version_id — a single finance program can have multiple dealer-fee versions over time.
term_months or interest_rate is not a valid number.
401
Missing or invalid x-api-key header.
403
Your key does not have production access to the finance_fees dataset.
500
Internal server error — contact support if this persists.
Pair term_months with interest_rate to look up a single canonical fee row for a specific product configuration. For broader lender context — loan limits, APR ranges, and eligible measures — use GET /api/v1/context/finance-products.