Sign in

Invoke JSON-RPC

documented

Call Odoo methods using the JSON-RPC protocol.

POST /jsonrpcExternal RPC APIno implementation yet0 runs
No 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}}",{}]}}'
Invoke JSON-RPC · odoo · OpenIntegrations