This page was last edited on December 19, 2017, at 11:03.
Comments or questions about this documentation? Contact us for support!
The iWD Manager server session expires after a time period set up in the configuration. Every http request sent to API resets the session expiration timer.
There is a special request just to keep the session alive:
GET /api/session/idle
Result:
HTTP 204 No content
There is also another API request to automatic logout:
POST /api/session/autologout
Result:
HTTP 302 Found