Quickstart
This walks you through making your first call against the YourNextHome API. You'll mint a key, list your estates, and fetch one estate's details. (An estate is a single real-estate project, what the dashboard calls a project.)
1. Get an API key
Follow Authentication to mint an organization API key. For the rest of this page we'll assume your key is in an environment variable:
2. List your estates
A successful response looks like:
3. Fetch one estate
Grab an id from the previous response and call:
That's it. Browse the full API Reference for every other resource: apartments, buildings, navigators, inquiries, and more.
What's next
- Read about error responses so you know what to retry and what to fix.
- Review rate limits before you build anything high-throughput.