How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Deel subpackage_timeTracking API

The subpackage_timeTracking API from Deel — 5 operation(s) for subpackage_timetracking.

Deel subpackage_timeTracking API is one of 91 APIs that Deel publishes on the APIs.io network, described by a machine-readable OpenAPI specification and an AsyncAPI event-driven specification.

Tagged areas include subpackage_timeTracking. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, and an AsyncAPI specification.

This API exposes 8 operations across 5 paths, and defines 47 schemas. It is described by OpenAPI 3.1.0, at version 1.0.0.

Requests are made against 2 base URLs: https://api.letsdeel.com/rest/v2, https://api-staging.letsdeel.com/rest/v2.

8 operations 5 paths 47 schemas 1 DELETE3 GET1 PATCH3 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.0
Servers
https://api.letsdeel.com/rest/v2
https://api-staging.letsdeel.com/rest/v2
Authentication
HTTP Bearer, HTTP Bearer
Resource Areas
1

Authentication & Security 2

Deel subpackage_timeTracking API declares 2 security schemes for authenticating requests. It accepts HTTP bearer tokens (deelToken). It accepts HTTP bearer tokens (oauth2).

  • deelToken — Authentication The Deel API uses bearer tokens to authenticate requests. All API calls must be made over HTTPS — calls over plain HTTP or without authenticatio…
  • oauth2 — Standard OAuth2 security scheme based on https://swagger.io/docs/specification/authentication/

Paths & Operations 8

Across 5 paths, the API surfaces 8 operations — 1 DELETE, 3 GET, 1 PATCH, 3 POST. Each is listed below with its method, path, parameters, and response codes.

subpackage_timeTracking 8
POST
/time_tracking/shift_rates
Create a New Shift Rate
create-time-tracking-shift-rate 1 param body → 201401403404
GET
/time_tracking/shift_rates
Retrieve a Paginated List of Shift Rates
get-time-tracking-shift-rates 3 params → 200401403404
DELETE
/time_tracking/shift_rates/{external_id}
Delete a Shift Rate by external ID
delete-time-tracking-shift-rate-by-external-id 2 params → 204400401403500
GET
/time_tracking/shift_rates/{external_id}
Retrieve a Shift Rate by External ID
get-time-tracking-shift-rate-by-external-id 2 params → 200401403
PATCH
/time_tracking/shift_rates/{external_id}
Update a shift rate
update-time-tracking-shift-rate-by-external-id 2 params body → 200400401403404500
POST
/time-tracking/timesheets/upload-url
Generate timesheet upload url
get-time-tracking-timesheets-upload-url 1 param body → 201400401403404422500
GET
/time-tracking/timesheets/{timesheet_id}
Retrieve a timesheet
get-time-tracking-timesheet-by-id 3 params → 200400401403404500
POST
/time-tracking/timesheets/{timesheet_id}/review
Review a submitted timesheet
review-time-tracking-timesheet 2 params body → 201400401403404422500

Schemas 47

The contract defines 47 schemas that model the data the API accepts and returns. The most detailed are TimeTrackingTimesheetsTimesheetIdGetResponsesContentApplicationJsonSchemaData (10 properties), ApiErrorRequest (7 properties), TimeTrackingShiftRatesExternalIdPatchResponsesContentApplicationJsonSchemaData (6 properties), TimeTrackingShiftRatesGetResponsesContentApplicationJsonSchemaDataItems (6 properties). Each schema is shown below with its type and property counts.

TimeTrackingTimesheetsTimesheetIdGetResponsesContentApplicationJsonSchemaDataValidationErrorsItemsType
string
Type of validation error
TimeTrackingTimesheetsTimesheetIdReviewPostResponsesContentApplicationJsonSchemaErrorsItemsDetailsTimesheetReviewStatus
string
Current status of the timesheet review
time-tracking_getTimeTrackingTimesheetById_Response_200
object
1 property 1 required
TimeTrackingShiftRatesExternalIdPatchResponsesContentApplicationJsonSchemaError
object
1 property
TimeTrackingTimesheetsTimesheetIdGetResponsesContentApplicationJsonSchemaData
object
Timesheet data including validation errors if applicable. When extend=filedata, also includes filedata object with file details and download URL.
10 properties 9 required
TimeTrackingTimesheetsUploadUrlPostResponsesContentApplicationJsonSchemaData
object
5 properties 5 required
TimeTrackingTimesheetsUploadUrlPostRequestBodyContentApplicationJsonSchemaData
object
4 properties 4 required
TimeTrackingTimesheetsTimesheetIdReviewPostResponsesContentApplicationJsonSchemaErrorsItemsDetailsTimesheetSubmissionStatus
string
Current status of the timesheet submission
TimeTrackingShiftRatesPostRequestBodyContentApplicationJsonSchemaData
object
4 properties 2 required
time-tracking_getTimeTrackingShiftRates_Response_200
object
2 properties 2 required
TimeTrackingShiftRatesPostRequestBodyContentApplicationJsonSchemaDataType
string
The type of the shift rate.
TimeTrackingTimesheetsTimesheetIdReviewPostResponsesContentApplicationJsonSchemaErrorsItemsDetailsTimesheet
object
Current state of the timesheet that cannot be reviewed
5 properties 4 required
TimeTrackingTimesheetsTimesheetIdReviewPostRequestBodyContentApplicationJsonSchemaData
object
2 properties 1 required
GenerateTimesheetUploadUrl-v2026-01-01RequestBadRequestError
object
1 property 1 required
TimeTrackingTimesheetsTimesheetIdReviewPostResponsesContentApplicationJsonSchemaData
object
Updated timesheet details after review
4 properties 3 required
TimeTrackingTimesheetsUploadUrlPostResponsesContentApplicationJsonSchemaErrorsItems
object
3 properties 3 required
time-tracking_getTimeTrackingShiftRateByExternalId_Response_200
object
1 property 1 required
TimeTrackingTimesheetsTimesheetIdGetResponsesContentApplicationJsonSchemaDataValidationErrorsItems
object
5 properties 2 required
time-tracking_getTimeTrackingTimesheetsUploadUrl_Response_201
object
1 property 1 required
RetrieveATimesheet-v2026-01-01RequestNotFoundError
object
1 property 1 required
time-tracking_deleteTimeTrackingShiftRateByExternalId_Response_204
object
Empty response body
TimeTrackingShiftRatesGetResponsesContentApplicationJsonSchemaPage
object
3 properties 3 required
TimeTrackingTimesheetsTimesheetIdGetResponsesContentApplicationJsonSchemaDataFileData
object
Present only when extend=filedata is provided. Contains file details and download URL.
3 properties 3 required
GenerateTimesheetUploadUrl-v2026-01-01RequestNotFoundError
object
1 property 1 required
TimeTrackingShiftRatesExternalIdPatchRequestBodyContentApplicationJsonSchemaDataType
string
The updated type of shift rate.
ApiError
object
2 properties
TimeTrackingTimesheetsTimesheetIdGetResponsesContentApplicationJsonSchemaDataSubmissionStatus
string
Current status of the timesheet submission
TimeTrackingShiftRatesExternalIdPatchResponsesContentApplicationJsonSchemaData
object
6 properties
GenerateTimesheetUploadUrl-v2026-01-01RequestUnprocessableEntityError
object
1 property 1 required
time-tracking_createTimeTrackingShiftRate_Response_201
object
1 property 1 required
ReviewASubmittedTimesheetRequestUnprocessableEntityError
object
1 property 1 required
ApiErrorContainer
object
2 properties
TimeTrackingShiftRatesExternalIdPatchRequestBodyContentApplicationJsonSchemaData
object
3 properties
TimeTrackingTimesheetsTimesheetIdGetResponsesContentApplicationJsonSchemaErrorsItems
object
3 properties 3 required
TimeTrackingTimesheetsTimesheetIdGetResponsesContentApplicationJsonSchemaDataReviewStatus
string
Current status of the timesheet review
TimeTrackingTimesheetsTimesheetIdReviewPostResponsesContentApplicationJsonSchemaDataReviewStatus
string
Current status of the timesheet review
time-tracking_updateTimeTrackingShiftRateByExternalId_Response_200
object
1 property
time-tracking_reviewTimeTrackingTimesheet_Response_201
object
1 property 1 required
UpdateAShiftRateRequestBadRequestError
object
1 property
TimeTrackingTimesheetsTimesheetIdReviewPostResponsesContentApplicationJsonSchemaErrorsItems
object
4 properties 3 required
TimeTrackingShiftRatesGetResponsesContentApplicationJsonSchemaDataItems
object
6 properties 6 required
TimeTrackingShiftRatesPostResponsesContentApplicationJsonSchemaData
object
4 properties
TimeTrackingTimesheetsTimesheetIdReviewPostResponsesContentApplicationJsonSchemaErrorsItemsDetails
object
Additional details about the error, including the current timesheet state
1 property 1 required
ReviewASubmittedTimesheetRequestNotFoundError
object
1 property 1 required
TimeTrackingShiftRatesExternalIdGetResponsesContentApplicationJsonSchemaData
object
4 properties
ApiErrorRequest
object
7 properties
TimeTrackingTimesheetsTimesheetIdReviewPostRequestBodyContentApplicationJsonSchemaDataReviewStatus
string
The review status for the timesheet. Must be APPROVED or REJECTED.

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

deel-subpackage-timetracking-api-openapi.yml Raw ↑

Other APIs Deel publishes across the network.

Deel Default API
Deel subpackage_accounting API
Deel subpackage_adjustments API
Deel subpackage_assets API
Deel subpackage_ats API
Deel subpackage_candidates API
Deel subpackage_consent API
Deel subpackage_contractorAmendments API
Deel subpackage_contractorHiring API
Deel subpackage_contracts API
Deel subpackage_costCalculator API
Deel subpackage_costCenters API
Where this information came from

This is an independent, third-party profile of Deel subpackage_timeTracking API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.