Get a device

GET /v1/devices/{id}

Retrieves a device info

Path parameters

  • id string Required

    Device id

    Maximum length is 5000.

Responses

  • 200

    Successful response.

    Hide response attributes Show response attributes object
    • id string

      Values are mobile, desktop, macbookAirM1, highEndLaptop, ipad102, galaxyTabS7, iphone13ProMax, iphone11, galaxyS10Plus, redmiNote8Pro, iphone7, galaxyA50, galaxyJ8, motoG5, or redmi5A.

    • name string
    • category string

      Values are mobile, desktop, or tablet.

  • 404

    Resource Not Found

GET /v1/devices/{id}
curl \
 -X GET https://api.speedvitals.com/v1/devices/{id}
Response examples (200)
{
  "id": "macbookAirM1",
  "name": "MacBook Air (2020)",
  "category": "desktop"
}