Retrieve a paginated list of all active sessions associated with your Geonode account.

Example Request:

curl \
  -X GET \
  "https://monitor.geonode.com/sessions/RESIDENTIAL-PREMIUM" \
  -u <geonode_username>:<password> \
  --data-urlencode "page=1" \
  --data-urlencode "pageSize=250"

Use your proxy username and proxy password for basic authorization.

Language
Credentials
Basic
base64
:
Click Try It! to start a request and see the response here!