Cloudgenix · Authentication Profile

Cloudgenix Authentication

Authentication

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

CompanySD-WANNetworkingCloudSoftware Defined NetworkingNetwork AutomationSASEInfrastructure
Methods: apiKey Schemes: 1 OAuth flows: API key in: header

Security Schemes

authToken apiKey
· in: header (X-Auth-Token)

Source

Authentication Profile

cloudgenix-authentication.yml Raw ↑
generated: '2026-07-18'
method: searched
source: https://github.com/CloudGenix/sdk-python
docs: https://developers.cloudgenix.com/
summary:
  types: [apiKey]
  api_key_in: [header]
  notes: >-
    Token-based authentication. Callers obtain an auth token (via interactive
    login, SAML 2.0 SSO, or a static AUTH_TOKEN) and present it on every request
    in the X-Auth-Token header against the CloudGenix Cloud Controller. MSP /
    ESP tenant switching is supported by the SDK.
schemes:
  - name: authToken
    type: apiKey
    in: header
    parameter: X-Auth-Token
    description: CloudGenix Cloud Controller auth token, presented on every API request.
    sources: [https://github.com/CloudGenix/sdk-python]
login_methods:
  - interactive
  - saml2.0
  - static-auth-token
controller_default: https://api.elcapitan.cloudgenix.com