Developer Resources
Developers have extensive access to Fleet Freedom's APIs in order to build new services and features for the asset management or to integrate existing business solutions with the Fleet Freedom platform. This section will help you understand which parts of Fleet Freedom you can access and how to work with them.
The content of this site is intended to be read and used by developers and programmers looking to integrate the Fleet Freedom platform into their own applications.
There are several things you must always assume when using the Fleet Freedom APIs.
- All text contents use UTF-8 encoding.
- All dates and times are in UTC (Coordinated Universal Time) unless otherwise specified.
- All string representations of dates and times are in ISO-8601 format. ie:
2021-04-27T13:10:44.925Z
JSON Reference
All accessible objects, requests, and responses including their properties.
RESTful API
Interact with Fleet Freedom through HTTPS requests.
WebSocket API
Interact with Fleet Freedom through direct 2-way communication.