Devices & OS Versions

List of available devices and operating systems.

Get available devices

get

Get the list of available devices and operating systems.

Responses
200
OK
application/json
get
GET /v2/service/devices HTTP/1.1
Host: api.appetize.io
Accept: */*
200

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"
   }
]

Last updated