Skip to main content
GET
/
v1
/
devices
List all devices
curl --request GET \
  --url https://api.speedvitals.com/v1/devices
{
  "data": [
    {
      "id": "macbookAirM1",
      "name": "MacBook Air (2020)",
      "category": "desktop"
    },
    {
      "id": "iphone13ProMax",
      "name": "iPhone 13 Pro Max",
      "category": "mobile"
    }
  ]
}

Response

200 - application/json

Successful response.

An object containing a list of device objects

data
object[]

An array of device objects