Skip to content

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
string
Required
Format
"uuid"

Responses

application/json
JSON
{
  
"code": "123456",
  
"expires": "2026-05-18T12:00:30.000Z"
}

Playground

Server
Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI