Install Splashtop RMM client

Installs the Splashtop RMM client on a device. Downloads the appropriate installer and sets up the initial configuration. Should be called before the activate endpoint.

SecuritybearerAuth
Request
query Parameters
accountType
string
Enum: "BASIC" "PREMIUM" "NONE"
Request Body schema: application/json
required

Device installation request

device_uuid
required
string <uuid>
os_family
string non-empty
request_permission
string^(not_needed|ask_reject_on_timeout)$
organization_uuid
string <uuid>
Responses
200

Command executed successfully

4XX

Invalid Request

default

Invalid Request

post/remotecontrol-st/install
Request samples
application/json

macOS Device - No Permission

{
  • "device_uuid": "123f17b3-338c-41a7-ac33-8c2ee0f78b90",
  • "os_family": "mac",
  • "request_permission": "not_needed"
}
Response samples
application/json
"string"