Worders · Authentication Profile

Worders Authentication

Authentication

Worders secures its APIs with apiKey and http across 2 declared security schemes, as derived from its OpenAPI definitions.

CompanyApplicative SaasLocalizationTranslationCulturalizationLanguage ServicesInvoicing
Methods: apiKey, http Schemes: 2 OAuth flows: API key in: cookie

Security Schemes

cookie_session apiKey
· in: cookie (_worders_session)
bearer_auth http
scheme: bearer

Source

Authentication Profile

Raw ↑
generated: '2026-07-21'
method: derived
source: openapi/worders-api-openapi-original.yml
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - cookie
schemes:
- name: cookie_session
  type: apiKey
  in: cookie
  parameter: _worders_session
  description: Authenticated Devise session cookie (api.worders.net).
  sources:
  - openapi/worders-api-openapi-original.yml
- name: bearer_auth
  type: http
  scheme: bearer
  description: 'Service API key issued from the admin UI. Sent as `Authorization: Bearer wrd_live_…`.'
  sources:
  - openapi/worders-api-openapi-original.yml