Check warranty status for a specific product
GET
https://api.metahvac.com
/warranties/v1.0
Looks up a customer's warranty coverage by matching both the product serial number and model number. Returns the warranty status and product information if a record is found.
query Parameters
serialNumberstring · requiredThe product serial number to look up.
modelNumberstring · requiredThe product model number to look up.
Headers
Authorizationstring · requiredThe
Authorizationheader is used to authenticate with the API using your API key. Value is of the formatBearer YOUR_KEY_HERE.
Responses
Successful warranty lookup
successboolean · requireddataobject · requirederrorsstring[] · requiredversionstring · required