Version: 1.0.0
API de Tipos de Vehículos
Module for managing vehicle types on the CargOffer platform.
Main Features:
- Complete CRUD for vehicle types
- Visibility configuration for different roles
- Integration with other system modules
Usage Policies:
- Requires JWT authentication
- Access restricted by scopes
- Stable versions guaranteed for 6 months
Integration Example:
const response = await fetch('https://api.demo.cargoffer.com/vehicle_types', {
headers: {
'Authorization': 'Bearer your_jwt_token_here'
}
});
const data = await response.json();
Versioning:
- Current version: 1.0.0
- Upcoming updates: Support for special vehicle features
Authentication
- HTTP: Bearer Auth
- API Key: apiKeyAuth
JWT Bearer authentication
Security Scheme Type: | http |
|---|---|
HTTP Authorization Scheme: | bearer |
Bearer format: | JWT |
API Key for authentication
Security Scheme Type: | apiKey |
|---|---|
Header parameter name: | X-API-KEY |