PROTEL PORTAL PLUS
Online documentation
Service Security
PortalPlus API use a custom authentication mechanism. You must grant service login information before making any request. All requests must provide below authentication structure.
In the Api authentication is created based on request. Every request must provide a username and password. Service or Client who want to connect API, should set this username and password in request body content.
As request body parameter in json format:
"AuthData": {"Uid": "USERNAME", "Pwd": "PASSWORD"}
Users and their permissons managed in PortalPlus users section.