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

The Departments API from Workable — 3 operation(s) for departments.

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

Tagged areas include Departments. 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 Departments 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.

Departments 5
GET
/departments
List departments
listDepartments → 200
POST
/departments
Create department
createDepartment → 201
PUT
/departments
Update department
updateDepartment → 200
DELETE
/departments/{id}
Delete department
deleteDepartment 1 param → 204
POST
/departments/{id}/merge
Merge departments
mergeDepartments 1 param → 200

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

workable-departments-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 Custom Attributes API
Workable Activities API
Workable Comments API
Workable Evaluations API
Workable Offers API
Workable Assessments API
Workable Disqualification Reasons API