Splashtop now supports read-only APIs. When creating an API token through the Splashtop web console, you can choose to restrict it to read-only access, allowing you to safely share or use tokens for reporting, monitoring, and integrations without risk of modifying data.
Supported Subscriptions
Splashtop Enterprise [Remote Support (Technician) | Remote Access (End-User)]
Creating a Read-Only API Token
Log into the Splashtop web console (Global / EU / OC).
Go to Account Settings > Web API Tokens > Manage.
Create or Edit API token.
Toggle Read Only to restrict the token to read-only access.
Once enabled, the token can only be used to call the APIs listed below. Any attempt to call a write, update, or delete API with a read-only token will be rejected.
Available Read-Only APIs
The following APIs are accessible using a read-only API token.
Computers
API
Method
Computer list
GET
Inventory
POST
Computer tag list
GET
Tag details
GET
Computer list associated to a tag
GET
Tag association for specified computers
POST
Users
API
Method
User list
GET
SSO methods information
GET
Granular control status information
GET
Granular control admin configurable status information
GET
Groups
API
Method
Group information
GET
Group's users
GET
Group's associates
GET
Group's computers
GET
Group's admin info in a team
GET
Group's admin info in a group
GET
Remote Access
API
Method
User's access permissions
GET
Group's access permissions
GET
Scheduled access – team's scheduled access list
GET
Scheduled access – scheduled access details
GET
Scheduled access – current user's all scheduled access
GET
Scheduled access – list of computers and groups for a scheduled access
Read-only APIs cannot be used to create, update, or delete any resource (users, computers, groups, labels, sessions, etc.), even if the underlying API would normally allow it.