MINE AispmDeviceFlags API

The AispmDeviceFlags API from MINE — 1 operation(s) for aispmdeviceflags.

OpenAPI Specification

mine-aispmdeviceflags-api-openapi.yml Raw ↑
openapi: 3.0.1
info:
  title: MineOS Aispm AispmDeviceFlags 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: AispmDeviceFlags
paths:
  /device-flags:
    get:
      tags:
      - AispmDeviceFlags
      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