Base URL
Sandbox
Authentication
All requests require an API key in the Authorization header:Request Format
Headers
| Header | Required | Description |
|---|---|---|
Authorization | Yes | Bearer token with your API key |
Content-Type | Yes (POST/PUT) | application/json |
X-Inspecto-API-Version | No | API version (defaults to v1) |
Example Request
Response Format
All successful responses follow this structure:Error Responses
HTTP Status Codes
| Code | Description |
|---|---|
200 | Success |
201 | Created |
400 | Bad Request |
401 | Unauthorized |
403 | Forbidden |
404 | Not Found |
500 | Internal Server Error |
Pagination
List endpoints support pagination:- Default limit: 50
- Maximum limit: 100
Endpoints Overview
Vehicles
List Vehicles
GET /vehicles
Get Vehicle
GET /vehicles/
Vehicle Groups
List Vehicle Groups
GET /vehicle-groups
Inspections
List Templates
GET /inspection-templates
List Inspections
GET /inspections
Get Inspection
GET /inspections/
Submit Inspection
POST /inspections
Damages
List Damages
GET /damages
Get Damage
GET /damages/
Driver Assignments
List Driver Assignments
GET /driver-assignments