Prerequisites
- A Home Service Data account. Request access if you do not have one yet.
- An API key from your dashboard API Keys page.
1
Get your API key
Open your Dashboard → API Keys page and copy an active key. Your key looks like
hsd_live_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.2
Make your first request
Fetch published quote-safe solar finance fee records by passing your key in the A successful response looks like:
x-api-key header:3
Filter to your needs
Add query parameters to narrow results. For example, fetch only HVAC finance programs from a specific lender:
4
Check the quote_safe flag
Before using any record in a customer-facing quote, verify
quote_safe: true. Context-only rows (quote_safe: false) are useful for market research but should not appear in quotes.Next steps
Authentication
Learn about API key scopes and how to manage keys.
Quote Context
Bundle finance, equipment, and context data in a single call.
Sync Integration
Keep your database in sync with dataset snapshots and deltas.
API Reference
Explore all available endpoints.