cURL
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" } ] }
Returns a list of SpeedVitals supported devices
Successful response.
An object containing a list of device objects
An array of device objects
Show child attributes