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
  2. Introduction

Authentication

To use the Hiboo REST API you must first have an existing account on Hiboo. Once you have an account, you can request for API access to our Hiboo team. After getting the API permission you are free to use the Hiboo REST API for your needs.

Our authentication system use x-access-token for validating the request. You can get the token after the successful login.

Never share your secret keys. Keep them guarded and secure.

PreviousIntroductionNextUsage of token

Was this helpful?