Overview
The Trackon API V1 is the foundational RESTful API that serves as the core backend system for Trackon. This API version is stable and maintained for legacy support, with established endpoints that remain unchanged to ensure system reliability.
Important Note
- API V1 is no longer under regular maintenance and only receives critical security updates. It is maintained for legacy support, but all new features are being added to API V2. We strongly recommend using API V2 for new integrations and enhanced security features when possible.
Key Features
- Core Functionality: Provides essential Trackon system operations
- Dual Authentication: Supports both Basic Auth and Cookie-based authentication
- Stable Architecture: Established endpoints with consistent behavior
- RESTful Design: Follows standard HTTP methods (
GET
,POST
,PUT
,DELETE
)
Authentication
API V1 supports two authentication methods:
-
Basic Authentication
-
Standard HTTP Basic Auth
-
Requires username and password
-
Cookie-based Authentication
- Uses Trackon's session cookie
- Cookie Name:
JSESSIONID
- Type: Session-based
API Structure
All API V1 endpoints follow the base URL pattern:
Base URL Structure
https://itsochvts.com/api/<route_name>
Endpoint Categories
- Core Operations: Essential system functionalities
- Data Management: Data handling operations
- System Integration: Integration endpoints
Each category contains specific endpoints that handle core Trackon functionalities.
Technical Specifications
- Data Format: JSON
- Version Status: Stable and maintained
- Status Codes: Standard HTTP status codes
- Response Format: Consistent JSON structure
Infrastructure
- Reliability: Proven stable system
- Legacy Support: Maintained for existing integrations
- Security: Industry-standard authentication methods
- Performance: Optimized for core operations
Note
This API version serves as the foundation for Trackon's operations and remains unchanged to maintain system stability. For new features and enhanced capabilities, consider using API V2.