iDCloud

iDCloud is a platform that allows data such as access logs, registrations, etc., to be made available to the customer over the internet. Thus, the user has access and control of the system from wherever he is, as long as he has an internet connection and uses the Control iD integration software.

The data can be viewed on any device with internet access, such as desktops, notebooks, smartphones, and tablets, among others.

Therefore, iDCloud enables the integration of iDSecure SaaS with access control line devices.

Access to iDCloud requires a subscription to be made by contacting Control iD's commercial team. For more information about iDCloud, see Control iD's website.

Connecting to iDCloud

Connecting to iDCloud uses Push Mode. In this way, the configuration is performed similarly to the description in the Configuration Section.

In this case, to configure the connection to iDCloud via API, it is necessary to set the server to the URL "https://push.idsecure.com.br/api". Configuration can be done with the request below.

{
    "push_server":{
        "push_remote_address":"https://push.idsecure.com.br/api",
        "push_request_timeout":"30000",
        "push_request_period":"5"
    }
}

Verification code

To access iDCloud, a verification code pre-configured on the device is required. If necessary, a new code can be generated and written to the device by requesting the change_idcloud_code.fcgi endpoint. It is possible to check the device verification code, to do this, you must use the system_information.fcgi endpoint as documented in Get system information.

GET /change_idcloud_code.fcgi

Parameters

This request has no parameters.

Response

Empty response.