Added by Antony
API can work in one-way or two-way modes:
In one-way synchronous mode, the User's Computer sends GET or POST requests to https://simfolder.com/api/ and receives a response from the SimFolder Server in JSON format.
In two-way asynchronous mode, the User's Server also sends requests to the SimFolder Server, and SimFolder in turn notifies the User's Server about events, listed in notification settings. Notifications are sent to the specified URL as POST requests.
A mandatory attribute of the request to the SimFolder Server is api_key, which can be obtained and, if necessary, changed in the User Profile section.
You can enable/disable the desired notification using the settingsSet method. Notifications are received in POST requests, in JSON.
Please create your free Falcon account