MINE Test API

The Test API from MINE — 1 operation(s) for test.

OpenAPI Specification

mine-test-api-openapi.yml Raw ↑
openapi: 3.0.1
info:
  title: MineOS Aispm Test 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: Test
paths:
  /api/Test/Me:
    get:
      tags:
      - Test
      summary: Test
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                type: string
        '401':
          description: Unauthorized
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