Session API
Note
This document has been machine translated.
This section explains the Session API.
Session
xData Edge sessions provide the ability to maintain and share data and models across a series of API executions.
Sessions are managed by session tokens that are valid for a limited period. While a session token is valid, you can access xData Edge APIs by specifying the session token instead of an API key.
Session API List
xData Edge users can use the session API to perform the following operations.
| API Method | Description |
|---|---|
| session.open_session | Starts a new session. |
| session.close_session | Ends the session. |
| session.verify_session_token | Checks whether the session token is currently valid. |