Mise en route

À propos de Hiboo

Premiers pas

FAQ

Concepts clés

Guides des intégrations

Intro à integrations

Ajouter une source

Gérer les intégrations

Catalogue des sources

Hiboo hardware

Avancés

Hiboo Connect

APIs

Extra

Les nouveautés sur Hiboo app

Sécurité

Légal

Beta

APIs

<aside> <img src="https://s3-us-west-2.amazonaws.com/secure.notion-static.com/0d59fbd6-85f7-49d2-ae91-1d4ad7c1c5e2/Frame_12.png" alt="https://s3-us-west-2.amazonaws.com/secure.notion-static.com/0d59fbd6-85f7-49d2-ae91-1d4ad7c1c5e2/Frame_12.png" width="40px" /> The all-in-one API for your equipment data, operations, and maintenance

</aside>

Our API is made for you, please share with us any feedback or ideas you may have. We are all ears. The main goal of our API is to allow you to use all the equipments data in a way that makes sense.

Getting Started

Documentation

Hiboo API - The all-in-one API for your equipment data, operations, and maintenance

Current version is V2.

Environments

Sandbox

Generated data to help you integrate our API

https://api-sandbox.hiboo.io

Production

All your actual equipment data

https://api.hiboo.io

<aside> ⚠️ Credentials are not the same between Sandbox and Production

</aside>

Endpoints

Login

Fleet

FAQ

Do you have a cURL?

Here is a curl with the minimum requirements:

curl -X POST '<https://api-sandbox.hiboo.io/login>' \\
--header 'Content-Type: application/json' \\
--data-raw '{
	"email": "FILL_YOUR_EMAIL",
	"password": "FILL_YOUR_PASSWORD"
}'

I got an error, what should I do?

Don't hesitate to contact us (support@hiboo.io) with the error you get.

If you receive something like :

{"message":"Error: WHERE parameter \\"email\\" has invalid \\"undefined\\" value"}

You can try fixing it by adding a header like Content-Type: application/json

Is there a rate-limit?

What time range can I request ?

What is the frequency of the data ?

Do you have a Postman collection?

I receive 503 errors, what should I do?

What data are available?

<aside> ➡️ Note that all those data are not available on the sandbox environment and will be available on production if the equipment provide the data

</aside>

There’s daily data, but what about timezone?

Great question, when we compute daily data (operatingHours, idleHours, fuelUsed...) the timezone of the equipment is taken into consideration.

So if you fetch data for 2022-04-20T00:00:00Z, we should actually only provide 2022-04-20 as the time we consider depends on the geolocation of the equipment.

For instance, if an equipment is on the America/Pacific timezone, we would consider activity between 2022-04-20T07:00:00Z and 2022-04-21T06:59:59Z

Credentials

To get credentials, contact us at [support@hiboo.io](mailto:support@hiboo.io?Subject=[Hiboo%20API]%20Credentials%20Request)

Question? Feedback?

Please contact us at [support@hiboo.io](mailto:support@hiboo.io?Subject=[Hiboo%20API]%20Feedback)

Environments