URL

GET https://{api-url}/api/v2/tenants/{tenantId}/devices/{deviceId}/deviceWarranty

Sample URLs

https://{api-url}/api/v2/tenants/client_93/devices/fb3d81e9-cb01-4178-a7c7-7336ddd3c756/deviceWarranty

Status code

200 OK

Sample response

{
	"id": 1,
	"purchaseDate": "2015-11-09T18:00:00+0000",
	"warrantyExpireDate": "2020-12-09T18:00:00+0000",
	"deviceId": "fb3d81e9-cb01-4178-a7c7-7336ddd3c756"
}
{< /code >}}