# Account API The Account API manages customer accounts, billing addresses, and contact information for the Hauler Hero platform. All endpoints require API key authentication using the HERO-API-KEY header. Version: 1.0.0 ## Servers Production server ``` https://api.haulerhero.com ``` ## Security ### apiKey API key for authenticating requests. To obtain an API key: - Contact your account manager - Email: api-support@haulerhero.com Include in request header: `HERO-API-KEY: your_api_key_here` Type: apiKey In: header Name: HERO-API-KEY ## Download OpenAPI description [Account API](https://docs.haulerhero.com/_bundle/account.yaml) ## Accounts Customer account management operations ### Create a new account - [POST /hero-api/v1/accounts](https://docs.haulerhero.com/account/accounts/createaccount.md): Creates a new customer account with billing address and primary contact information