Developers

HOVER API

Book jobs, sync schedules, and pull operational data straight into your own tools. Authenticate with an API key and call resource endpoints over HTTPS.

Base URL: https://api.hover.example/v1Version: 2026-06-01
Endpoints marked Live hit real data. Preview endpoints return representative sample data from the local test environment so you can build against them today. Generate a key under Authentication, then open any endpoint and hit Run.
POST/v1/keysLive

Create API Key

Authenticate with your HOVER email and password to mint (or rotate) an API key. Only partner admins and HOVER staff can hold keys. The key is shown in full once — store it securely.

Scope: company_admin, owner_admin

Endpoint

HTTP
POST https://api.hover.example/v1/keys

Body parameters

emailrequired
string
The email address of your HOVER account.
Example: admin@legacysolar.local
passwordrequired
string
Your account password.
Live test

API key console

Sign in with a partner admin or HOVER staff account to mint a test key, then call a real endpoint with it. Keys work against this local environment only.