Authentication
Personal access tokens and OAuth 2.0 for HelloTime integrations.
New: HelloTime now integrates with HelloBooks — sync clients, hours, invoices and payroll.
Start free →A clean REST API and webhooks for time tracking, timesheets, payroll and productivity data. Build integrations in hours, not weeks.
Personal access tokens and OAuth 2.0 for HelloTime integrations.
List members, roles, pay rates and workspace settings.
CRUD for projects, tasks, budgets and billable rates.
Start and stop timers, create manual entries, query tracked time.
Weekly summaries, approvals and overtime calculations.
Subscribe to timer.started, time.entry.created, timesheet.approved and more.
Quickstart
curl https://api.hellotime.ai/v1/time-entries \
-H "Authorization: Bearer $HELLOTIME_TOKEN" \
-H "Content-Type: application/json"