Keep Keep API API

The Keep API API from Keep — 1 operation(s) for keep api.

OpenAPI Specification

keep-keep-api-api-openapi.yml Raw ↑
openapi: 3.0.2
info:
  title: Keep actions Keep API API
  description: Rest API powering https://platform.keephq.dev and friends 🏄‍♀️
  version: 0.24.5
tags:
- name: Keep API
paths:
  /:
    get:
      summary: Root
      description: App desctiption and version.
      operationId: root__get
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}
      tags:
      - Keep API
components:
  securitySchemes:
    API Key:
      type: apiKey
      in: header
      name: X-API-KEY
    HTTPBasic:
      type: http
      scheme: basic
    OAuth2PasswordBearer:
      type: oauth2
      flows:
        password:
          scopes: {}
          tokenUrl: token