Thought Industries · Authentication Profile

Thought Industries Authentication

Authentication

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

EducationLearningLMSLXPE-LearningTraining
Methods: apiKey Schemes: 2 OAuth flows: API key in: header, query

Security Schemes

ApiKeyHeader apiKey
· in: header (X-API-Key)
ApiKeyQuery apiKey
· in: query (apiKey)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/thought-industries-openapi.yml
summary:
  types:
  - apiKey
  api_key_in:
  - header
  - query
schemes:
- name: ApiKeyHeader
  type: apiKey
  in: header
  parameter: X-API-Key
  description: API key passed as X-API-Key request header.
  sources:
  - openapi/thought-industries-openapi.yml
- name: ApiKeyQuery
  type: apiKey
  in: query
  parameter: apiKey
  description: API key passed as apiKey query parameter.
  sources:
  - openapi/thought-industries-openapi.yml