Workable CustomAttributes API

The CustomAttributes API from Workable — 2 operation(s) for customattributes.

OpenAPI Specification

workable-customattributes-api-openapi.yml Raw ↑
openapi: 3.1.0
info:
  title: Workable Accounts CustomAttributes API
  description: 'REST API for Workable''s recruiting and HR platform — manage jobs, candidates,

    employees, departments, members, offers, requisitions, time tracking, time off,

    review cycles, and subscriptions.

    '
  version: 3.21.0
  contact:
    name: Workable
    url: https://workable.readme.io/
servers:
- url: https://{subdomain}.workable.com/spi/v3
  description: Workable API
  variables:
    subdomain:
      default: example
      description: Workable account subdomain
security:
- bearerAuth: []
tags:
- name: CustomAttributes
paths:
  /custom_attributes:
    get:
      tags:
      - CustomAttributes
      summary: List custom attributes
      operationId: listCustomAttributes
      responses:
        '200':
          description: OK
  /disqualification_reasons:
    get:
      tags:
      - CustomAttributes
      summary: List disqualification reasons
      operationId: listDisqualificationReasons
      responses:
        '200':
          description: OK
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer
      description: 'Workable API token authentication using Bearer token in Authorization header.

        Token types include account tokens, user tokens, and API access tokens.

        '