Ihr Browser lässt keine Web-Fonts zu. Unsere Webseiten nutzen Web-Fonts basierte Icons. Um unseren Service zu verbessern, erlauben Sie bitte Ihrem Browser Web-Fonts zu benutzen.
Wir stellen ein!
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.