FFR Data API Documentation

This documentation provides an overview of the FFR Data API.

Try it out

Authentication

Token-based authentication is used to access protected routes. The token must be included in the request headers as Authorization: Bearer {Token}.

Endpoints

GET /login

Performs user authentication and returns a token for accessing protected routes.

Requires basic authentication with username and password.

GET /fleet

Retrieves fleet data for the current user.

Requires a valid access token.

GET /alerts

Retrieves alert data for the current user.

Requires a valid access token.

GET /location

Retrieves real-time fleet data for the current user.

Requires a valid access token.