{ "opencollection": "1.0.0", "info": { "name": "Car Authentication Vehicles API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Vehicles", "type": "folder" }, "items": [ { "info": { "name": "List Vehicle Models", "type": "http" }, "http": { "method": "GET", "url": "https://carapi.app/api/models", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Maximum number of records to return." }, { "name": "page", "value": "", "type": "query", "description": "Page number for pagination." } ] }, "docs": "Returns a paginated list of vehicle models, with support for sorting and filtering by make, year, and other criteria." }, { "info": { "name": "List Vehicle Trims", "type": "http" }, "http": { "method": "GET", "url": "https://carapi.app/api/trims", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Maximum number of records to return." }, { "name": "page", "value": "", "type": "query", "description": "Page number for pagination." } ] }, "docs": "Returns a paginated list of vehicle trims with support for filtering by make, model, and year." }, { "info": { "name": "List Vehicle Attributes", "type": "http" }, "http": { "method": "GET", "url": "https://carapi.app/api/vehicle-attributes" }, "docs": "Returns the enumerated set of vehicle attributes (e.g., body types, drive types, transmission types) supported by the data set." } ] } ], "bundled": true }