Procedure
Activating the Changes API. All information about this feature, along with instructions on how to check whether the service is active, can be found in our documentation.
The easiest way to check the status and enable/disable the service is through the web interface at:
/c/{firma}/changes/control
Registering WebHooks. The full procedure for registering a WebHook can be found in our documentation.
Registration example:
curl -u uzivatel:heslo -L -k -X PUT "https://localhost:5434/c/{firma}/hooks.xml?url=http://muj.server.cz/hook.php&format=XML"A list of registered WebHooks can be found at /c/{company}/hooks. If nothing appears here, you need to register a WebHook first.
