Get Your API Key
If you are a company administrator, open Ustawienia → Klucze API in the Inspecto app to generate a key for your company. Non-admins should contact an admin to issue one. API keys are scoped to your company and can have different permission levels.API keys follow the format:
insp_<64_hex_characters> and the secret is shown only once during creation—store it securely.Make Your First Request
Understanding the Response
All successful responses follow this format:The main response data (vehicles, inspections, etc.)
Metadata about the response including version and pagination info
Next Steps
Authentication
Learn about API key security and best practices
List Vehicles
Explore the vehicles endpoint
Submit Inspections
Learn how to submit inspection data
Error Handling
Handle errors gracefully in your integration