Your browser don't permit web-fonts to be installed. Our websites use web-fonts based icons. For a better experience please allow your browser to use web-fonts.
We are hiring!
Deutsch | English | Español

1.2. JSON format for API requests

The addresses of the provided services are:

  • for the test environment https://api.ote.domrobot.com/jsonrpc/

  • for the production environment https://api.domrobot.com/jsonrpc/

For more information about JSON-RPC, visit the web site at https://www.jsonrpc.org/.

Example of a JSON-RPC request:

      {
  	"method": "account.login",
  	"params": {"user":"blakeks", "pass":"SCHEDULED", "lang":"de", "clTRID":"CLIENT-123123"}
      }
      

Main (optional) parameters

  • lang: Language of the return message ('en' or 'de')

  • clTRID: The clTRID stands for Client Transaction Identifier and may be helpful for your support team

Method parameters

Are described in Chapter 2: Methods.