AutoX API Reference
The AutoX API allows developers to access various endpoints and retrieve information about our vehicles, pricing, and more. Below, you'll find detailed documentation on the available API endpoints, request/response formats, and authentication requirements.
Authentication
All API requests require authentication using an API key. To obtain an API key, please contact our developer support team at devsupport@autox.com.
Endpoints
/vehicles
GET /vehicles: Retrieve a list of all available vehicles.GET /vehicles/{id}: Get detailed information about a specific vehicle.
/pricing
GET /pricing/{id}: Get pricing information for a specific vehicle.
/inventory
GET /inventory: Retrieve information about the current inventory status.
Refer to the API documentation for more detailed information on the request and response formats, including query parameters, response codes, and error handling.