Get SKUs by serial number
GET
https://api.metahvac.com
/inventory/v1.0/serials/:serial/skus
Returns all SKUs (service reference numbers) associated with a serial number in alphabetically sorted order. All authenticated users receive the same data as SKU information is considered public business data (not PII).
path Parameters
serialstring · requiredThe equipment serial 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 SKUs lookup
statusinteger · requiredHTTP status code
serialNumberstring · requiredThe equipment serial number that was queried
skusstring[] · requiredList of unique service reference numbers (SKUs) associated with the serial number, sorted alphabetically
versionstring · requiredAPI version