This API allows to create a time entry for a project.
{your-workspace} with your workspace’s subdomain. X-Api-Key is used to authenticate requests using an API key. Provide your API key in this header to access protected endpoints. Refer to Authentication for more information.
Unique ID of the client. Refer to Getting the Client ID section for detailed instructions.
"d3e77fe4b9cae1e82d8a"
Unique ID of the project. Refer to Getting the Project ID section for detailed instructions.
"e34204233797f4b637c5"
Unique ID of the task. Refer to Getting the Task ID section for detailed instructions.
"4d0d7ad1-91ce-44d0-abfe-6718422716dd"
Email address of the user.
Date on which the time entry needs to be added.
"2025-06-06"
Number of hours worked on that particular task.
"2"
Additional notes for the task.
"Completed working on adding tests."
Additional metadata for the time entry.
{ "source": "external_api" }List of checklist items.
Whether to override autolock settings for this time entry.
false
OK - Request succeeded