/
3.14.1 API [PRO]

3.14.1 API [PRO]

General information

The API is only available in the PRO license of the VUP and it takes place with sending the HTTP requests (GET or POST) to the proper URL.

URL

The API is available over the following URL: https://SERVER/VUP/api/.

Authorization

The API is secured by the Basic Authentication which is a simple authentication scheme built into the HTTP protocol. The client sends HTTP requests with the Authorization header that contains the word Basic word followed by a space and a base64-encoded string username:password.

 

Related content