Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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) http://localhost:8089/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.

 

  • No labels