OTP verification API
After the OTP is sent to the device, the device will read it aloud as a 4-digit code. The user will then enter the code to verify and complete the pairing process.
POST
/speaker/pair/verify--header 'Authorization: Bearer {ACCESS_TOKEN}' \
--header 'Content-Type: application/json' \
- Parameters:
Name Type Required Description hardwareIdstring Required The device serial number printed on the device (e.g.VNS52508000001)session_idstring Required The value returned from the/speaker/requestAPI response (e.g.8b9f6d2a-3c1b-4f7a-a7d4-123456789abc)otpstring Required The 4-digit OTP code announced by the device (e.g.1234)