Skip to main content
POST

Headers

string
required
Bearer YOUR_API_KEY

Body

string
required
UUID of the project. Must belong to your account.
number
required
Hours worked. Must be greater than 0.
string
required
Date of work in YYYY-MM-DD format.
string
Optional UUID of a task within the project to link this entry to.
string
Optional description of the work done.
number
Hourly rate to apply. Useful for billing calculations.

Response

boolean
true on creation.
object
The newly created time entry, including an embedded project.