yeswehack_api_get
Read any YesWeHack API endpoint by supplying a relative path and optional query parameters. This read-only escape hatch fills gaps in API coverage for custom data retrieval.
Instructions
Read an authenticated YesWeHack API endpoint that is not wrapped yet.
This is a read-only escape hatch for API coverage gaps. Path must be a relative API path such as /programs/example or /reports/123.
Args: path: Relative API path beginning with /. params_json: Optional JSON object of query parameters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| params_json | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |