Get device session status

Returns detailed session status including current sessions, max sessions allowed, and whether a new session can be started. Used to determine if remote control button should be enabled and to display session information to users.

SecuritybearerAuth
Request
path Parameters
device_uuid
required
string
query Parameters
accountType
string
Enum: "BASIC" "PREMIUM" "NONE"
Responses
200

Session status retrieved successfully

4XX

Invalid Request

default

Invalid Request

get/remotecontrol-st/session-status/{device_uuid}
Request samples
Response samples
application/json

Device has no active sessions, can start new session

{
  • "can_start_new_session": true,
  • "current_sessions": 0,
  • "max_sessions": 1
}