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 Employees API

The Employees API from Workable — 5 operation(s) for employees.

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

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

This API exposes 8 operations across 5 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.

8 operations 5 paths 0 schemas 5 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 Employees 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 8

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

Employees 8
GET
/employees
List employees
listEmployees → 200
POST
/employees
Create employee
createEmployee → 201
GET
/employees/{id}
Get employee
getEmployee 1 param → 200
PUT
/employees/{id}
Update employee
updateEmployee 1 param → 200
GET
/employees/orgchart
Get organization chart
getOrgChart → 200
GET
/employees/{id}/documents
List employee documents
listEmployeeDocuments 1 param → 200
POST
/employees/{id}/documents
Upload employee document
uploadEmployeeDocument 1 param → 201
GET
/employee_fields
List employee fields
listEmployeeFields → 200

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

workable-employees-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