reserve and release an lg commercial laundry device to prevent double-booking.
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 to find the target device-id, or GET {{BASE_URL}}/devices?searchType=reserved to list currently-held devices.
Call POST {{BASE_URL}}/devices/<device-id>/reserve with a time value in seconds to hold the device for that duration.
Read back the expirationTime field to know when the hold lapses server-side if the customer never shows up.
Call DELETE {{BASE_URL}}/devices/<device-id>/reserve to release the hold early if the customer cancels.
Known gotchas
Reservation is time-boxed by the time body parameter, not indefinite — plan for LG to auto-expire holds rather than relying on an explicit cancel.
searchType=reserved and searchType=ready are separate device states on the same /devices endpoint; don't conflate a reserved device with one that's paid and ready.
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?