v1

latestOpenAPI 3.0.2GNU Free Documentation License2026-07-176924101.2 KB
Authentication

Create REST API session

Creates a new session and returns session credentials. On success, the server sets a session_handle cookie and returns a JSON object with session GUID and server information.

For subsequent requests, provide the session GUID either:

  • In the Session-Id request header
  • Via the session_handle cookie

Authentication can also be provided via HTTP Basic Authentication header instead of JSON body.

post/sessions

Request body

loginstring

Username

passwordstring

Password

attachNotificationHandlerboolean

If true, attaches notification handler to receive alarm notifications

Response

Session created successfully

sessionHandlestring uuid

Session GUID for use in Session-Id header