MINE Aispm API

The Aispm API from MINE — 1 operation(s) for aispm.

OpenAPI Specification

mine-aispm-api-openapi.yml Raw ↑
openapi: 3.0.1
info:
  title: MineOS Aispm 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: Aispm
paths:
  /api/aispm/v1/ping:
    get:
      tags:
      - Aispm
      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