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 system organization from the SIMBIZ system.
This action will list out all the organization that the user can access.
http(s)://simbiz_system_url/api.php?uid=__uid__&module=simantz&action=getOrganizationList&token=__Token__
curl --header "Content-Type: application/x-www-form-urlencoded" \ --request POST \ --data ' { "action":"getOrganizationList", "module":"simantz", "token":"simit_5d6c867398a91-75539", "uid":"admin" } ' \ https://simbiz_system_url/simbiz/api.php