You can integrate the VideoManager UI into your own application, without having to log into the VideoManager separately. For this purpose, get a valid UI integration token for an automatic login in the VideoManager (optionally specified by its ID).

  1. With the POST method [/v1/vms/auth/uiintegration], retrieve a valid UI integration token. Include the following information in the body of your request:

    {
    	"username": "<YOUR_USERNAME>",
    	"password": "<YOUR_PASSWORD>",
    	"videoManagerId": 10
    }
  2. To open a VideoManager without extra login, use the following URL including the returned token:

    https://vmpro.movingimage.com/#/uiintegration?uiIntegrationToken={{urlEncodedToken}}

    Please make sure that the token is URL encoded.