Appearance
Get authenticator device OTP
GET
/api/devices/{deviceId}/otp
Generate the current one-time password for a saved virtual 2FA authenticator device.
Authorizations
ApiKey
Type
API Key (header: X-Api-Key)
Parameters
Path Parameters
deviceId*
Type
Requiredstring
Format
"uuid"Responses
application/json
JSON "code": "123456", "expires": "2026-05-18T12:00:30.000Z"
{
}
