Added by Antony
No Result Found.
The API can operate in either unidirectional or bidirectional modes:
In unidirectional 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 bidirectional asynchronous mode, the User’s Server also sends requests to the SimFolder Server, and SimFolder, in turn, notifies the User’s Server of events, listed in the notification settings. Notifications are sent to the specified URL in the POST request format.
A required attribute of the request to the SimFolder Server is the api_key, which can be obtained and, if necessary, changed in the User Profile section.
You can enable/disable notifications using the settingsSet method.
Please create your free Falcon account