Invoke JSON-RPC
documentedCall Odoo methods using the JSON-RPC protocol.
POST /jsonrpcExternal RPC APIno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://{{$domain}}/jsonrpc" \
-X POST \
-H "Content-Type: application/json" \
-H "Accept: application/json" \\
-d '{"jsonrpc":"2.0","method":"call","params":{"service":"common","method":"authenticate","args":["{{$db}}","{{$username}}","{{$password}}",{}]}}'