Employee Activity Tracker logoEmployee Activity Tracker
The Employee Activity Tracker API

Make the workday part of your workflow.

A small, read-only API for sending Employee Activity Tracker time and project data where your team already works.

authenticated requestread only
GET /v1/time-entries \ -H "Authorization: Bearer clk_YOUR_KEY"
4 endpoints0 write callsPro access

One key

Create a team-scoped key in Settings. The secret is shown once, then stored only as a hash.

Read only

The API can read employees, entries, and projects. Tracking, captures, and workspace changes stay in Employee Activity Tracker.

Easy to map

Plain JSON, stable identifiers, and optional date filters make a small integration easy to maintain.

Endpoints

Everything useful.
Nothing noisy.

Every endpoint returns data scoped to the team that owns the API key.

GET
/v1/employees

List the people in your workspace.

GET
/v1/time-entries

Read team time entries with optional date, project, and employee filters.

GET
/v1/employees/:id/time-entries

Read time entries for one employee.

GET
/v1/projects

List projects for filtering and reconciliation.

Authentication

Send a bearer key.

Authorization: Bearer clk_YOUR_KEY x-api-key: clk_YOUR_KEY
Built for Pro

Connect without extra ceremony.

  • Team-scoped access
  • Revocable keys
  • Optional date filters
Manage API keys