Raw bexio API request
bexio_requestSend authenticated HTTP requests to any bexio API endpoint. Use for operations not covered by specialized tools, such as banking or tax endpoints.
Instructions
Make an arbitrary authenticated request to the bexio API. Use this for any endpoint not covered by a dedicated tool (e.g. /3.0/banking/accounts, /2.0/user, /2.0/taxes, /2.0/kb_invoice/{id}/payment). See https://docs.bexio.com/ for the full reference.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | JSON request body for POST/PUT/PATCH. | |
| path | Yes | Path including version, e.g. `/2.0/contact` or `/3.0/banking/accounts`. | |
| query | No | Query string parameters. | |
| method | Yes | HTTP method. |