Mendix · Authentication Profile

Mendix Authentication

Authentication

Mendix secures its APIs with apiKey across 1 declared security scheme, as derived from its OpenAPI definitions.

Low-CodeApplication DevelopmentEnterprise PlatformApplication LifecycleDeploymentGovernance
Methods: apiKey Schemes: 1 OAuth flows: API key in: header

Security Schemes

mendixApiKey apiKey
· in: header (Mendix-ApiKey)

Source

Authentication Profile

mendix-authentication.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/mendix-openapi.yml
summary:
  types:
  - apiKey
  api_key_in:
  - header
schemes:
- name: mendixApiKey
  type: apiKey
  in: header
  parameter: Mendix-ApiKey
  description: |-
    Mendix API key. Must be paired with a Mendix-Username header containing the
    login name of the user the key belongs to.
  sources:
  - openapi/mendix-openapi.yml