1Factory · Authentication Profile

1Factory Authentication

Authentication

1Factory secures its APIs with apiKey across 2 declared security schemes, as derived from its OpenAPI definitions.

AnalyticsData CollectionManufacturingMonitoringQuality
Methods: apiKey Schemes: 2 OAuth flows: API key in: header

Security Schemes

OrgId apiKey
· in: header (x-1factory-org)
ApiKey apiKey
· in: header (x-1factory-key)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/1factory-openapi.json
summary:
  types:
  - apiKey
  api_key_in:
  - header
schemes:
- name: OrgId
  type: apiKey
  in: header
  parameter: x-1factory-org
  description: ID of your organization in 1Factory. Available in the Settings page of the 1Factory
    application.
  sources:
  - openapi/1factory-openapi.json
- name: ApiKey
  type: apiKey
  in: header
  parameter: x-1factory-key
  description: API key for your organization. Generated in the Settings page of the 1Factory
    application.
  sources:
  - openapi/1factory-openapi.json