> For the complete documentation index, see [llms.txt](https://docs.hiboo.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hiboo.io/guides/getting-started.md).

# Getting Started

This section will guide you through the essential steps to start integrating with our mixed fleet data platform.

## What You'll Need

Before diving into the API, make sure you have:

* A basic understanding of REST APIs and HTTP requests
* A tool for making API calls (curl, Postman, or your preferred HTTP client)
* Your intended use case clearly defined, you'll find more information in the Guides & Tutorials section

## Getting Started Steps

Follow these guides in order to get up and running:

### 1. Environments & Base URLs

Learn about Hiboo's sandbox and production environments, including:

* How to request sandbox access for testing
* Production environment setup
* Important differences between environments

### 2. Authenticate & Test

Get your first API token and make your first successful API call:

* How to obtain authentication tokens
* Token refresh and expiration handling
* Making your first "Hello World" API request

### 3. Using Hiboo API with Postman

Set up your development tools for efficient API integration:

* Download OpenAPI specifications
* Import collections into Postman
* Set up environment variables and authentication
