CheapVHR LogoCheapVHR

CheapVHR API Documentation

Access comprehensive vehicle history reports through our simple REST API. Get CARFAX and Autocheck reports programmatically.

Quick Start
Get your API key and make your first request in under 5 minutes.
Authentication
Learn how to authenticate your API requests using API
Base URL
All API requests should be made to this base URL
https://api.cheapvhr.com/v1
Implementation Tips
  • Use environment variables for your API key: CHEAPVHR_API_KEY
  • Include the x-api-key header in all requests
  • Validate VIN and report IDs before sending requests
  • Handle common HTTP status codes: 401 (Unauthorized), 404 (Not Found), 5xx (Server Error)