# Hauler Hero API Platform![Hauler Hero Logo](/assets/business_logo.e03a2f7bae7265b07e51cf82d92ab93baf1cb204fbf074b38849dfd2098ed8c8.c5aff763.png) Welcome to the Hauler Hero API documentation. Our platform provides comprehensive APIs for waste management and logistics operations. ## Available APIs - **Account API**: Customer and billing management - **Scale API**: Weight tickets and material tracking - **Site API**: Site, Kiosk, and Material entity management ## Getting Started 1. Obtain an API key from your account manager 2. Include `HERO-API-KEY: your_key` in all requests 3. Base URL: `https://api.haulerhero.com` ## Getting Started ### Authentication All API requests require authentication using the `HERO-API-KEY` header: ``` HERO-API-KEY: your_api_key_here ``` ### Base URL ``` https://api.haulerhero.com ``` ## Support - Email: integrations@haulerhero.com