List of available devices and operating systems.
Last updated 6 months ago
Get the list of available devices and operating systems.
GET /v2/service/devices HTTP/1.1 Host: api.appetize.io Accept: */*
OK
[ { "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" } ]