Knack · Authentication Profile

Knack Authentication

Authentication

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

No-CodeDatabaseApplication BuilderLow-CodeWeb Applications
Methods: apiKey Schemes: 2 OAuth flows: API key in: header

Security Schemes

ApplicationId apiKey
· in: header (X-Knack-Application-Id)
RestApiKey apiKey
· in: header (X-Knack-REST-API-Key)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/knack-openapi.yml
summary:
  types:
  - apiKey
  api_key_in:
  - header
schemes:
- name: ApplicationId
  type: apiKey
  in: header
  parameter: X-Knack-Application-Id
  description: Knack Application ID identifying the target application
  sources:
  - openapi/knack-openapi.yml
- name: RestApiKey
  type: apiKey
  in: header
  parameter: X-Knack-REST-API-Key
  description: REST API key authorizing the request
  sources:
  - openapi/knack-openapi.yml