SKSS_RegisterCallbackURI

Description

Allows to register a REST callback end-point URI.


Callbacks are used to send guiding and focusing statistics to an external software. Please read REST API Callback to get more information.


{URI}=URI of the REST callback end-point.

Request

http://localhost:18700/SKSS_RegisterCallbackURI?uri={URI} 

JSON Response

{ "status": "success", "data": true, "message": null }