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:
    NameTypeRequiredDescription
    hardwareId
    stringRequired
    The device serial number printed on the device (e.g. VNS52508000001)
    session_id
    stringRequired
    The value returned from the /speaker/request API response (e.g. 8b9f6d2a-3c1b-4f7a-a7d4-123456789abc)
    otp
    stringRequired
    The 4-digit OTP code announced by the device (e.g. 1234)