# Account API

The Account API creates and manages customer accounts, billing addresses, and primary contact information in Hauler Hero. See the [Account API Integration Guide](/account-integration) for setup, field requirements, and response codes.


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)

## Other

### Create a new account

 - [POST /hero-api/v1/accounts](https://docs.haulerhero.com/account/other/createaccount.md): Creates a new customer account with billing address and primary contact information

