MINE AispmInsights API

The AispmInsights API from MINE — 1 operation(s) for aispminsights.

OpenAPI Specification

mine-aispminsights-api-openapi.yml Raw ↑
openapi: 3.0.1
info:
  title: MineOS Aispm AispmInsights API
  version: v1.0
servers:
- url: https://api.portal.saymine.com/
  description: MineOS EU API Endpoint
- url: https://api.us.portal.saymine.com/
  description: MineOS US API Endpoint
security:
- Bearer: []
tags:
- name: AispmInsights
paths:
  /api/aispm/v1/insights:
    get:
      tags:
      - AispmInsights
      responses:
        '200':
          description: Success
components:
  securitySchemes:
    Bearer:
      type: apiKey
      description: "Authorization header using the Bearer scheme. \r\n\r\nEnter 'Bearer' [space] and then your API Key in the text input below.\r\n\r\nExample: 'Bearer 12345abcdef'"
      name: Authorization
      in: header