Knownwell topics API

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

OpenAPI Specification

knownwell-topics-api-openapi.yml Raw ↑
openapi: 3.1.0
info:
  title: Knownwell api-keys topics API
  description: API for accessing Knownwell client data and Knownwell scores
  version: v1
tags:
- name: topics
paths:
  /v1/topics:
    get:
      tags:
      - topics
      summary: List Topics
      operationId: list_topics_v1_topics_get
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}
      security:
      - APIKeyHeader: []
components:
  securitySchemes:
    APIKeyHeader:
      type: apiKey
      in: header
      name: X-API-Key