Get
/v1/diagnostic/otp/{deviceId}
Get a one-time passcode to access a device
Security
API Key: jwtAuth
Header parameter nameauthorization
Use Bearer <token>
Header parameters
Authorization
stringRequired
Bearer token. Format: Bearer <your_token_here>
Path parameters
deviceId
integer (int64) Required
Unique identifier for a specific device
Example1000000
Responses
200
OK
object
passCode
string
six digit one-time passcode to access the device
Example123456