list and inspect lg commercial washers and dryers registered to a store via the device api.
domain: thinq.developer.lge.com · 4 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗
Steps
Call GET {{BASE_URL}}/devices with the common header to retrieve the full device list, optionally filtered by searchType (info, reserved, ready) or a comma-separated ids list.
Add additionalInfo=detail,history,error,settings as needed to pull connection status, usage history, error codes, and course settings in the same call.
For a single known device, call GET {{BASE_URL}}/devices/<device-id> to get its current status, model, and the price needed before payment.
Parse deviceStatus, state, course, and remain from the response to drive a live store dashboard.
Known gotchas
additionalInfo is a comma-separated string of sub-resources, not separate query params — an unrecognized key silently omits that data rather than erroring.
Course-indexed fields (like price or washingTime) are plain arrays; you must know whether the model is a heater (6-course) or non-heater (4-course) type to index them correctly.
Give your agent this knowledge — and 15,500+ more routes
One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus:
claude mcp add --transport http waymark https://mcp.waymark.network/mcp
Need this verified for your stack — or a route we don't have yet?