Spectro Cloud · Authentication Profile

Spectro Cloud Authentication

Authentication

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

CompanyInfrastructureKubernetesCloud NativeCluster ManagementEdge ComputingMulti-CloudDevOpsAI Infrastructure
Methods: apiKey Schemes: 2 OAuth flows: API key in: header

Security Schemes

Authorization apiKey
· in: header (Authorization)
ApiKey apiKey
· in: header (ApiKey)

Source

Authentication Profile

Raw ↑
generated: '2026-07-21'
method: derived
source: openapi/spectro-cloud-edge-management-openapi.json, openapi/spectro-cloud-palette-openapi.json
summary:
  types:
  - apiKey
  api_key_in:
  - header
schemes:
- name: Authorization
  type: apiKey
  in: header
  parameter: Authorization
  description: JWT authorization token obtained using /v1/users/default/login API
  sources:
  - openapi/spectro-cloud-edge-management-openapi.json
  - openapi/spectro-cloud-palette-openapi.json
- name: ApiKey
  type: apiKey
  in: header
  parameter: ApiKey
  description: API key authorization where API key can be generated from Palette console under
    Profile > My API Keys
  sources:
  - openapi/spectro-cloud-palette-openapi.json