raw_request
Access any Griptonite API path using your signed-in token. Useful for endpoints not yet covered by dedicated tools.
Instructions
Call any Griptonite API path with the signed-in token.
Handy for discovering or wiring endpoints that aren't wrapped yet. path
is relative to the API base (e.g. '/routes/123'). Returns parsed JSON.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | ||
| path | Yes | ||
| query | No | ||
| method | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |