Smartphone Test Farm
The Smartphone Test Farm API provides endpoints to list and retrieve details of real smartphone devices, manage a user's owned devices (including adding, deleting, and viewing them), obtain user profile and access token information, and initiate or terminate remote connections to specific devices.
Latency
1762ms p95
Uptime
100.0% 30d
Playground
Verified
live
Endpoints
/devices
Device List
/devices/{serial}
Device Information
/user
User Profile
/user/accessTokens
Access Tokens
/user/devices
User Devices
/user/devices
Add a device to a user
/user/devices/{serial}
Delete User Device
/user/devices/{serial}
User Device
/user/devices/{serial}/remoteConnect
Remote Disconnect
/user/devices/{serial}/remoteConnect
Remote Connect
10 endpoints auto-detected
Authentication
This API uses an API key, passed in the "authorization" header. No OAuth required.
curl -X GET \ "https://openstf.local/api/v1/devices" \ -H "authorization: YOUR_API_KEY"
openstf.local · HTTPS only