Hiboo API
CtrlK
Get your API keysLogin
  • Guides
    • Welcome
    • Core concepts
      • Data Dictionary
      • Understanding Equipment Data
    • Getting Started
      • Environments & Base URLs
      • Authenticate & Test
      • Using Hiboo API with Postman
    • Guides
      • Managing your fleet
        • Managing Equipment Identity
        • Organizing Fleet with Workspaces
        • Adding Custom Fields to Equipment
        • Attaching Documents to Equipment
        • Managing Equipment Lifecycle
      • Working with Mixed Fleet Data
        • Setting up efficient polling strategies
        • Synchronizing with a Data Lake
        • Exporting cumulative data to your systems
      • Hiboo Connect
        • First share
        • Syncing contracts to automate data sharing
    • FAQ & Troubleshooting
      • Hiboo Connect
    • Support & Contact
      • Security
        • OWASP
      • Status page
      • Trust Center
  • API Reference
    • Introduction
      • Authentication
      • Usage of token
      • Usage of a paginated endpoint
    • Login
    • Mixed Fleet Data
      • Snapshot
      • Time Series
    • Fleet Identity
      • Fleet
      • Workspaces
      • Equipment Identity
      • Equipment Documents
    • Hiboo Connect
Powered by GitBook
On this page

Was this helpful?

  1. API Reference

Introduction

The Hiboo API is built on HTTPS. Our API is RESTful. It has predictable resource URLs. It returns HTTP response codes to indicate errors. It also accepts and returns JSON in the HTTP body. You can use your favorite HTTP/REST library for your programming language to use Hiboo's REST API.

PreviousOWASPNextAuthentication

Was this helpful?