Documentation
Quick Start
This guide walks you through making your first authenticated request to the Forest River API.
Prerequisites
Before you begin, make sure you have:
- An approved Forest River dealer account
- An API key from My Subscriptions — if you haven't requested access yet, visit the Plans page first
Make Your First Request
With your API key in hand, make a request to the vehicle inventory endpoint:
Code
A successful response returns a list of vehicles in the v2 schema:
Code
Explore the API Reference
Use the interactive API Reference to explore all available endpoints, view request/response schemas, and test calls directly in the browser using your API key.
Check Your Rate Limits
Your plan's rate limit is enforced per API key. Response headers on every request show your current usage:
Code
| Plan | Rate Limit | Monthly Quota |
|---|---|---|
| Basic | 100 req/min | 50,000 |
| Pro | 15 req/min | 5,000,000 |
| Enterprise | Unlimited | Unlimited |
Next Steps
- Read the Authentication guide for advanced credential management
- Review the Migration Guide if you are upgrading from v1
- Contact your Forest River integration representative for production support
Last modified on

