Time Entries
Create Time Entry
Logs a manual time entry against a project, optionally linked to a task.
POST
Headers
string
required
Bearer YOUR_API_KEYBody
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.
