v1
latestOpenAPI 3.1.02026-07-26294215839.4 KBPublic API
Hours
Create Hour Record
Adds a single hour record. Use this endpoint when creating one record at a time. For bulk imports, use create-or-update-time-tracking-hour-records.
OAuth Scopes: time_tracking.write
post/api/v1/timetracking/add
Request body
Response
Record created. Returns the new time tracking ID.
Example response
{
"id": "550e8400-e29b-41d4-a716-446655440000"
}