Keep tags API

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

OpenAPI Specification

keep-tags-api-openapi.yml Raw ↑
openapi: 3.0.2
info:
  title: Keep actions tags API
  description: Rest API powering https://platform.keephq.dev and friends 🏄‍♀️
  version: 0.24.5
tags:
- name: tags
paths:
  /tags:
    get:
      tags:
      - tags
      summary: Get Tags
      description: get tags
      operationId: get_tags_tags_get
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                items:
                  type: object
                type: array
                title: Response Get Tags Tags Get
      security:
      - API Key: []
      - HTTPBasic: []
      - OAuth2PasswordBearer: []
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