Overview
Terminal provides access to real-time data from telematics providers through specialized endpoints. These endpoints fetch live information directly from providers at the time of your request, allowing you to access the most current data available. Real-time endpoints are particularly valuable for applications that require up-to-the-minute information, such as live fleet tracking dashboards, driver management systems, and operational tools that depend on current vehicle state.Supported Real-Time Endpoints
Terminal offers the following real-time data endpoints: These endpoints make live calls to the provider APIs when you request data, ensuring you receive the most current information available.How Real-Time Endpoints Work
When you make a request to a real-time endpoint:- Terminal receives your API call
- Terminal makes a synchronous request to the appropriate provider API
- The provider returns the current data
- Terminal transforms the data into its normalized common model
- The normalized data is returned in the API response
Performance Considerations
While real-time endpoints provide the most current data, they have some inherent considerations:- Latency: Responses may take longer since Terminal must wait for the provider API to respond
- Provider Limitations: Provider API rate limits or outages can affect availability
- Reliability: Dependent on provider API performance at the time of request