API Reference
FleetOS API
RESTful API for integrating FleetOS with your applications.
Quick Start
cURL Example
curl -X GET "https://api.fleetos.io/v1/vessels" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json"
RESTful API for integrating FleetOS with your applications.
curl -X GET "https://api.fleetos.io/v1/vessels" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json"