This documentation provides an overview of the FFR Data API.
Token-based authentication is used to access protected routes. The token must be included in the request headers as Authorization: Bearer {Token}
.
Performs user authentication and returns a token for accessing protected routes.
Requires basic authentication with username and password.
Retrieves fleet data for the current user.
Requires a valid access token.
Retrieves alert data for the current user.
Requires a valid access token.
Retrieves real-time fleet data for the current user.
Requires a valid access token.