post https://{nurevaDeviceIP}/api/v1/audio/identify
Allows clients to identify audio components. For HDX devices, the port number of the audio component to be identified must be specified. For HDL310 and HDL410 devices the port number should not be specified.
Minimum role required: integrator
NOTE: Only supported for HDL310, HDL410, and HDX devices.
NOTE: For HDL310 and HDL410 devices, the request body should be empty.
Example Request Body for HDX
{
"port": 1,
}