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.