Skip to main content

API - Disconnect

A typical API session starts with a connect and ends with a disconnect. You should always explicitly disconnect from the API. Failing to do so, makes the Beebox believe that you are still logged on (at least until the session expires after 15 minutes of inactivity).  As long as a session is active, the Beebox will not execute any automatic operations.

URL

(GET) https://{server}/api/disconnect?token=

PARAMETERS


token

The session token obtained upon initial connection.



RESULTS

The method returns no result even when the token is not or no longer valid.



JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.