Macrometa · Authentication Profile

Macrometa Authentication

Authentication

Macrometa secures its APIs with apiKey and http across 2 declared security schemes, as derived from its OpenAPI definitions.

CompanyInfrastructureEdge ComputingDatabaseNoSQLServerlessStreamingStream ProcessingReal TimeWeb PerformanceCDNSearchArtificial IntelligenceAPI
Methods: apiKey, http Schemes: 2 OAuth flows: API key in: header

Security Schemes

ApiKeyAuth apiKey
· in: header (Authorization)
BearerAuth http
scheme: bearer

Source

Authentication Profile

Raw ↑
generated: '2026-07-20'
method: derived
source: openapi/macrometa-gdn-openapi-original.json, openapi/macrometa-photoniq-eds-openapi-original.json,
  openapi/macrometa-photoniq-faas-openapi-original.json, openapi/macrometa-photoniq-fps-openapi-original.json,
  openapi/macrometa-photoniq-hss-openapi-original.json, openapi/macrometa-photoniq-vwrs-openapi-original.json
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - header
schemes:
- name: ApiKeyAuth
  type: apiKey
  in: header
  parameter: Authorization
  description: |-
    Provide an API Key to the `Authorization` header, prefixed with "apikey".

    Example: `Authorization: apikey <key>`
  sources:
  - openapi/macrometa-gdn-openapi-original.json
  - openapi/macrometa-photoniq-eds-openapi-original.json
  - openapi/macrometa-photoniq-faas-openapi-original.json
  - openapi/macrometa-photoniq-fps-openapi-original.json
  - openapi/macrometa-photoniq-hss-openapi-original.json
  - openapi/macrometa-photoniq-vwrs-openapi-original.json
- name: BearerAuth
  type: http
  scheme: bearer
  bearerFormat: JWT
  description: |-
    Provide a JSON Web Token (JWT) to the `Authorization` header, prefixed with "bearer".

    Example: `Authorization: bearer <jwt>`
  sources:
  - openapi/macrometa-gdn-openapi-original.json