OpenLattice · Authentication Profile

Openlattice Authentication

Authentication

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

CompanyData IntegrationEntity Data ModelPublic SectorAnalyticsGraphCriminal Justice
Methods: apiKey, http Schemes: 2 OAuth flows: API key in: header

Security Schemes

http_auth http
scheme: bearer
openlattice_auth apiKey
· in: header (Authorization)

Source

Authentication Profile

Raw ↑
generated: '2026-07-20'
method: derived
source: openapi/openlattice-openapi.yaml
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - header
schemes:
- name: http_auth
  type: http
  scheme: bearer
  bearerFormat: JWT
  sources:
  - openapi/openlattice-openapi.yaml
- name: openlattice_auth
  type: apiKey
  in: header
  parameter: Authorization
  sources:
  - openapi/openlattice-openapi.yaml