Private Devices
Use our REST API to retrieve a list of all supported Android and iOS devices.
Get device list
Get a list of private Android and iOS devices available to you.
Request Parameters
Request
curl -u "<username>:<accesskey>" \
-X GET "https://api-cloud.browserstack.com/app-automate/dedicated_devices"
No parameter required.
Response Attributes 200 OK
application/json
Response
[{
"os":"ios",
"os_version":"13.3",
"device":"iPhone 11",
"realMobile":true,
"sim_details":[{
"carrier": "Airtel",
"phone_number": "+919********2",
"sim_slot": 2,
"esim": false
}],
"state":"in use",
"udid":"009876*****18098E",
"in_use_by": "<user-email>"
}]
-
os String
Operating system of the device (e.g., iOS, Android).
-
os_version String
Version of the operating system.
-
device Integer
Name of the device (e.g., iPhone 11).
-
realMobile Integer
Indicates if the device is a real mobile device (true) or an emulator (false).
-
sim_details Object
Details about the SIM card, including carrier, phone number, SIM slot, and eSIM status.
-
state String
Current state of the device (e.g., “in use”).
-
udid Object
Unique device identifier.
-
in_use_by Object
Email of the user currently using the device (if applicable).
We're sorry to hear that. Please share your feedback so we can do better
Contact our Support team for immediate help while we work on improving our docs.