KVdb · Authentication Profile

Kvdb Authentication

Authentication

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

DatabasesKey-ValueNoSQLServerless
Methods: apiKey, http Schemes: 2 OAuth flows: API key in: query

Security Schemes

basicAuth http
scheme: basic
secretKeyQuery apiKey
· in: query (secret_key)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/kvdb-openapi.yml
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - query
schemes:
- name: basicAuth
  type: http
  scheme: basic
  description: Bucket secret key passed via HTTP Basic auth
  sources:
  - openapi/kvdb-openapi.yml
- name: secretKeyQuery
  type: apiKey
  in: query
  parameter: secret_key
  sources:
  - openapi/kvdb-openapi.yml