One key
Create a team-scoped key in Settings. The secret is shown once, then stored only as a hash.
A small, read-only API for sending Clocksy time and project data where your team already works.
Create a team-scoped key in Settings. The secret is shown once, then stored only as a hash.
The API can read employees, entries, and projects. Tracking, captures, and workspace changes stay in Clocksy.
Plain JSON, stable identifiers, and optional date filters make a small integration easy to maintain.
Every endpoint returns data scoped to the team that owns the API key.
/v1/employeesList the people in your workspace.
/v1/time-entriesRead team time entries with optional date, project, and employee filters.
/v1/employees/:id/time-entriesRead time entries for one employee.
/v1/projectsList projects for filtering and reconciliation.
Authorization: Bearer clk_YOUR_KEY x-api-key: clk_YOUR_KEY