Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Workable TimeTracking API

The TimeTracking API from Workable — 3 operation(s) for timetracking.

Workable TimeTracking API is one of 33 APIs that Workable publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include TimeTracking. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 5 operations across 3 paths. It is described by OpenAPI 3.1.0, at version 3.21.0.

Requests are made against a single base URL, https://{subdomain}.workable.com/spi/v3.

5 operations 3 paths 0 schemas 1 DELETE1 GET2 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
3.21.0
Server
https://{subdomain}.workable.com/spi/v3
Authentication
HTTP Bearer
Contact
Resource Areas
1

Authentication & Security 1

Workable TimeTracking API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (bearerAuth). By default, every request must be authenticated.

  • bearerAuth — Workable API token authentication using Bearer token in Authorization header. Token types include account tokens, user tokens, and API access tokens.

Paths & Operations 5

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

TimeTracking 5
GET
/time-tracking/time-entries
List time entries
listTimeEntries → 200
POST
/time-tracking/time-entries
Create time entry
createTimeEntry → 201
POST
/time-tracking/employees/{id}/time-entries
Create employee time entry
createEmployeeTimeEntry 1 param → 201
PUT
/time-tracking/employees/{id}/time-entries/{uuid}
Update employee time entry
updateEmployeeTimeEntry 2 params → 200
DELETE
/time-tracking/employees/{id}/time-entries/{uuid}
Delete employee time entry
deleteEmployeeTimeEntry 2 params → 204

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

workable-timetracking-api-openapi.yml Raw ↑

Other APIs Workable publishes across the network.

Workable Jobs API
Workable Candidates API
Workable Stages API
Workable Members API
Workable Recruiters API
Workable Departments API
Workable Custom Attributes API
Workable Activities API
Workable Comments API
Workable Evaluations API
Workable Offers API
Workable Assessments API