Session Management

The Session Endpoint handles all Operations, needed to initiate, maintain, modify and finish a Session.

Session Lifecycle

/init

POST https://api.nexx.cloud/v3.1/session/init

This Call does not need a Session Authorization Object.

Query Parameters

Request Body

/generateentraidloginurl

POST https://api.nexx.cloud/v3.1/session/generateentraidloginurl

Query Parameters

/login

POST https://api.nexx.cloud/v3.1/session/login

Request Body

/keepalive

POST https://api.nexx.cloud/v3.1/session/keepalive

should be called every 10-15 Minutes in order to keep the Session alive and protect it from being invalidated.

/logout

POST https://api.nexx.cloud/v3.1/session/logout

Session Helpers

/staticdetails

GET https://api.nexx.cloud/v3.1/session/staticdetails

in Case of a static Session (by nexxPLAY only), some Aspects for statistical Purposes must still be computed by the Session API, even if not inited.

Query Parameters

/reporttoken

GET https://api.nexx.cloud/v3.1/session/reporttoken

returns the current Reporting Authorization Token (for Samaritan Reporting)

/currentweather

GET https://api.nexx.cloud/v3.1/session/currentweather

Query Parameters

Last updated