HyperTrackDocs

API Reference

The HyperTrack REST API for orders, workers, places, and more.

The Closeout Agent runs on every shift, backed by HyperTrack’s state-of-the-art location intelligence. It cuts down on no-shows, confirms workers arrive and arrive on time, and turns their location into an accurate timesheet. It collects the rest of the timesheets, detects discrepancies, reconciles them, and resolves disputes, so you can pay workers and bill customers accurately.

The API is built on REST. Each resource, including orders, workers, and places, has its own endpoints, and they all follow the same conventions, so once you learn one you can work with the rest. Requests and responses use JSON, and the API relies on standard HTTP verbs and status codes.

Send every request to https://v3.api.hypertrack.com over HTTPS. Requests over plain HTTP, or without valid credentials, are rejected. To authenticate, take the AccountId and SecretKey from your HyperTrack dashboard and exchange them for a short-lived bearer token at the OAuth token endpoint. Include that token in the Authorization header on each request you make afterward.

The version lives in the hostname, and v3is the one to build against today. New fields and resources arrive without breaking existing behavior, so your integration can safely ignore anything it doesn’t recognize as the API grows.

Choose an endpoint from the sidebar to see its parameters along with example requests and responses.