CheapVHR LogoCheapVHR LogoCheapVHR

CheapVHR API Documentation

  • Getting Started
  • Authentication
  • User
  • CARFAX Reports
  • Autocheck Reports
  • Error Responses
CheapVHR LogoCheapVHR LogoCheapVHR
Loading...

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
API Whitelisting

Please contact us at contact@cheapvhr.com with your static IP address to get access to the API.

Available Endpoints
Overview of all available API endpoints
User

Manage user info, reports, and limits

CARFAX

Get CARFAX reports by VIN or ID

Autocheck

Access Autocheck vehicle reports

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)