Workstream · Authentication Profile

Workstream Authentication

Authentication

Workstream secures its APIs with http and oauth2 across 2 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the implicit flow(s).

CompanyHr TechHiringPayrollOnboardingApplicant TrackingHourly WorkforceRestaurants
Methods: http, oauth2 Schemes: 2 OAuth flows: implicit API key in:

Security Schemes

oauth2 oauth2
· flows: implicit
bearerAuth http
scheme: bearer

Source

Authentication Profile

Raw ↑
generated: '2026-07-21'
method: derived
source: openapi/workstream-public-api-openapi-original.json
summary:
  types:
  - http
  - oauth2
  oauth2_flows:
  - implicit
schemes:
- name: oauth2
  type: oauth2
  flows:
  - flow: implicit
    authorizationUrl: https://public-api.workstream.us/
    scopes: 10
  sources:
  - openapi/workstream-public-api-openapi-original.json
- name: bearerAuth
  type: http
  scheme: bearer
  bearerFormat: JWT
  sources:
  - openapi/workstream-public-api-openapi-original.json