Raw Hubstaff API request
hubstaff_raw_requestSend authenticated requests to the Hubstaff v2 API for endpoints without a dedicated tool. Specify the HTTP method, path, query, and optional body.
Instructions
Perform an arbitrary authenticated request against the Hubstaff v2 API. Use this for endpoints not covered by a dedicated tool. Path is relative to https://api.hubstaff.com/v2 (e.g. '/organizations').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | JSON request body (for writes). | |
| path | Yes | API path relative to the v2 base URL. | |
| query | No | Query parameters as a key/value object. | |
| method | No | HTTP method. | GET |