Elemental Machines · Authentication Profile

Elemental Machines Authentication

Authentication

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

lab-operationslaboratory-monitoringiotsensorslife-sciencescold-chainenvironmental-monitoringequipment-utilizationasset-managementalertingcompliancegxpmanufacturingtime-series
Methods: apiKey, oauth2 Schemes: 2 OAuth flows: password API key in: query

Security Schemes

access_token apiKey
· in: query (access_token)
oauth2_password oauth2
· flows: password

Source

Authentication Profile

Raw ↑
generated: '2026-08-12'
method: derived
source: openapi/elemental-machines-api-openapi.yml
summary:
  types:
  - apiKey
  - oauth2
  api_key_in:
  - query
  oauth2_flows:
  - password
schemes:
- name: access_token
  type: apiKey
  in: query
  parameter: access_token
  description: OAuth 2.0 access token passed as the access_token query parameter. Obtain one
    from POST /oauth/token (Resource Owner Password Credentials grant).
  sources:
  - openapi/elemental-machines-api-openapi.yml
- name: oauth2_password
  type: oauth2
  flows:
  - flow: password
    tokenUrl: https://api.elementalmachines.io/oauth/token
    scopes: 0
  description: Resource Owner Password Credentials grant. Documented in the provider's Swagger
    1.2 declaration at /docs/api/oauth.json.
  sources:
  - openapi/elemental-machines-api-openapi.yml