Retrieve the recording encryption keys for a device.
Successful operation
Bad request error
Unauthorized error
Forbidden error
Not found error
Internal server error
curl -i -X GET \ https://api-prod.surfsight.net/v2/devices/:imei/recording-encryption-keys \ -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
{- "keyHistory": [
- {
- "key": "string",
- "algorithm": "string",
- "confirmedByDevice": true,
- "createdAt": "string"
}
], - "active": {
- "key": "string",
- "algorithm": "string",
- "confirmedByDevice": true,
- "createdAt": "string"
}
}