dolibarr_request
Send raw authenticated requests to any Dolibarr REST API endpoint not covered by dedicated tools. Supports GET, POST, PUT, DELETE.
Instructions
Make a raw authenticated request to any Dolibarr REST API endpoint not covered by the dedicated tools above (e.g. /products, /users, /projects, /agendaevents). Path is relative, e.g. '/products?limit=10'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | Yes | ||
| path | Yes | Path relative to the API base, starting with '/' | |
| body | No | JSON body for POST/PUT requests |