In Genetec Clearance™, devices represent Body Wearable Cameras that are in a user's possession and that must be activated to use effectively. Activating a device allows you to associate it with an officer and use it with Clearance's correlation engine, allowing you to make use of its full potential.
Devices are not active by default. This means that you cannot associate them to an officer or use them with the correlation engine. To activate them, send a request to /tenant/{tenantId}/device/{deviceId}/activate
.
curl -X POST 'https://clearance-a-device.geneteccloud.com/api/v1-private/tenant/genetec/device/1234/activate' -H 'accept: text/plain' -H 'Authorization: Bearer <some_token>'
The number of devices that can be active at any given time is limited per account. If the limit is reached, the request fails.