cURL
curl --request POST \ --url https://api.hapticsconnect.com/device/otp/confirm \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "otp": "<string>" } '
{ "token": "jwt-token-123456" }
Confirm a one-time password for the device to receive device API token
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
The device API token.
"jwt-token-123456"