The Plugin API documentation can be found at https://docs.aimsinnovation.com/


Everything in AIMS can be extracted and used elsewhere, in 3rd party applications or in your own custom built ones.


All our Plugin APIs are "swaggerized", and they are split in two sections:

  1. General section - settings section like user accounts, list of monitors (AIMS service for monitoring), company information etc
  2. Monitor section - access to the monitoring service and its data

How to access:

  • OAuth2.0
    • authorizationUrl: 'https://user.aimsinnovation.com/oauth/authorize/?client_id=CLIENT-ID&redirect_uri=REDIRECT-URI&response_type=code'
    • tokenUrl: 'https://master-saas.aimsinnovation.com/api/auth/token?client_id=CLIENT-ID&client_secret=CLIENT-SECRET&redirect_uri=REDIRECT-URI&code=CODE&grant_type=authorization_code'
  • Basic auth