Raw Homey API Call
homey_api_callCall any Homey Web API endpoint directly via GET, POST, PUT, or DELETE. Use for endpoints not wrapped by dedicated tools.
Instructions
Advanced escape hatch: call any Homey Web API endpoint directly. method is GET/POST/PUT/DELETE; path is the API path (e.g. /manager/zwave/state); body is an optional JSON object. Use to reach endpoints not yet wrapped by a dedicated tool, including new firmware capabilities. Prefer the dedicated tools when one exists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Optional JSON body for POST/PUT | |
| path | Yes | API path, e.g. /manager/zwave/state | |
| method | Yes | HTTP method |