List of available devices and operating systems.
Last updated 4 months ago
Was this helpful?
Get the list of available devices and operating systems.
/v2/service/devices
curl -L \ --url 'https://api.appetize.io/v2/service/devices'
[ { "id": "iphone15promax", "platform": "ios", "osVersions": [ "17.0" ], "name": "iPhone 15 Pro Max" }, { "id": "pixel6pro", "platform": "android", "osVersions": [ "12.0", "13.0" ], "name": "Pixel 6 Pro" } ]