Session API
Note
This document has been machine translated.
This section describes the Session API.
Sessions
Sessions in xData Edge provide the ability to maintain and share data and models between a series of API executions.
Sessions are managed by session tokens that are only valid for a limited period of time. While a session token is active, you can access xData Edge APIs by specifying a session token rather than an API key.
Session API List
xData Edge users can use the Session API to perform the following operations
| API Methods | Description |
|---|---|
| session.open_session | Start a new session session.close_session |
| session.close_session | Close a session. |
| session.verify_session_token | Verify if session token is currently valid. |