v1.0TrackSafe365 API
The TrackSafe365 REST API provides programmatic access to fleet telematics data including trucks, drivers, trips, safety events, media, and real-time locations. All endpoints return JSON and use standard HTTP status codes.
Base URLs
| Environment | Base URL |
|---|---|
| Development | https://dev-gw.tracksafe365.com/services/glssafety/api/public |
| Production | https://gw.tracksafe365.com/services/glssafety/api/public |
Authentication
All requests require your API token in the Authorization header, sent directly with
no Bearer prefix. Generate API tokens from the Dashboard → Settings → API Tokens.
Request format
Send request bodies as JSON with Content-Type: application/json. All timestamps use
ISO 8601 format (UTC). Coordinates use decimal degrees (WGS84).