{ "opencollection": "1.0.0", "info": { "name": "Stanley Black & Decker Tool Connect Assets Tools API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Tools", "type": "folder" }, "items": [ { "info": { "name": "List Tools", "type": "http" }, "http": { "method": "GET", "url": "https://api.dewalt.com/v1/tools", "params": [ { "name": "jobsiteId", "value": "", "type": "query", "description": "Filter tools by jobsite" }, { "name": "status", "value": "", "type": "query", "description": "Filter by connectivity status" }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of results to return" }, { "name": "offset", "value": "", "type": "query", "description": "Pagination offset" } ] }, "docs": "Returns all Tool Connect-registered tools associated with the authenticated account, including tool type, model, serial number, and connectivity status." }, { "info": { "name": "Get Tool", "type": "http" }, "http": { "method": "GET", "url": "https://api.dewalt.com/v1/tools/:toolId", "params": [ { "name": "toolId", "value": "", "type": "path", "description": "The unique identifier of the tool" } ] }, "docs": "Returns detailed information for a specific connected tool including model details, firmware version, usage statistics, and current status." }, { "info": { "name": "Get Tool Usage", "type": "http" }, "http": { "method": "GET", "url": "https://api.dewalt.com/v1/tools/:toolId/usage", "params": [ { "name": "toolId", "value": "", "type": "path", "description": "The unique identifier of the tool" }, { "name": "startDate", "value": "", "type": "query", "description": "Start date for usage data (ISO 8601)" }, { "name": "endDate", "value": "", "type": "query", "description": "End date for usage data (ISO 8601)" } ] }, "docs": "Returns usage statistics and runtime data for a specific connected tool, including operational hours, trigger events, and battery consumption." } ] } ], "bundled": true }