Knownwell root API

The root API from Knownwell — 1 operation(s) for root.

OpenAPI Specification

knownwell-root-api-openapi.yml Raw ↑
openapi: 3.1.0
info:
  title: Knownwell api-keys root API
  description: API for accessing Knownwell client data and Knownwell scores
  version: v1
tags:
- name: root
paths:
  /:
    get:
      tags:
      - root
      summary: Root
      description: Root endpoint - redirects to documentation
      operationId: root__get
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}
components:
  securitySchemes:
    APIKeyHeader:
      type: apiKey
      in: header
      name: X-API-Key