Disable or Enable an Application

This topic describes how to disable or enable an application.

Disable an application

When you need to temporarily restrict an application from making API requests to Milesight, you can disable it.

Procedure
  1. Log in to Milesight Development Platform, and select Application on the top bar.
  2. Select the desired application from the application list.

  3. Click Management and select Disable.

  4. In the pop-up window, confirm the application to be disabled, and click OK.
Result
This application is disabled, and the followings are achieved.
  • You can no longer use the authentication information to request an Access Token for connecting with Milesight Open API.
  • Webhook event notification no longer takes effect.

Enable an application

Procedure
  1. Log in to Milesight Development Platform, and select Application on the top bar.
  2. Select the desired application from the application list.

  3. Click Manage and select Enable.
    Note: if the pro plan of this account expires, the applications beyond free plan will be forced to disable and not able to enable.
  4. In the pop-up window, confirm the application to be enabled, and click OK.
Result
This application is enabled, and the followings are achieved.
  • You can now use the authentication information to request an Access Token for connecting with Milesight Open API.
  • Associated settings (Webhook and Request Restrictions) take effect immediately.