Developer

FluidCloud API Documentation

Jump to:

Introduction

Welcome to the FluidCloud API Documentation. The FluidCloud API allows you to connect and exchange data with FluidCloud website. FluidCloud Api require access token to get data.

Creating a token

Login into FluidCloud system.
Navigate to API page with url: https://fluidcloud.co/my-account/api
Click "Generate" to create new Token.
Copy the token to your clipboard.

Using a token

With each API call, you must set request headers including an FluidCloud access token.

Request sample with CURL

curl -X "GET" "https://fluidcloud.co/rest/v1.0/tank"\
-H "access-token: k_3jNaipiIid9K934UplmEbP5q7LfPFdq_ne21GJ7Zw"

/tank

Tank's collection and information

/location

Location's collection and information

/vehicle

Vehicle's collection and information

/driver

Driver's collection and information

/transaction

Transaction's collection and information

/additional-fields

Get addition fields for current company