We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
There are two methods to retrieve the token from SIMBIZ system.
http(s)://simbiz_system_url/api.php?uid=__uid__&module=system&action=manualLogin&password=__password__
curl --header "Content-Type: application/x-www-form-urlencoded" \ --request POST \ --data ' { "action":"manualLogin", "module":"system", "uid":"admin", "password":"123" } ' \ https://simbiz_system_url/simbiz/api.php
The token will be used in various API related action. So user need to retrieve the token before any API calling action.