HubstaffDeveloper Portal

Getting started

Introduction

Hubstaff's API is organized around REST. It has predictable, resource-oriented URLs, accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

Base URL
https://tasks.hubstaff.com/api
  • All requests must be made over HTTPS.
  • Request and response bodies are UTF-8 JSON.
  • Timestamps are returned in ISO 8601 UTC format.