GET /_system/security/methods/qr
Get QR code for TOTP authenticator setup
Get QR code for TOTP authenticator setup
Key | Type | Example | |
---|---|---|---|
authorization required | string |
"Bearer your-jwt-token"
|
{
"qr_code": "example-string",
"secret": "example-string"
}
{
"success": false,
"error": "ERROR_KEY"
}
permission | description |
---|---|
BearerAuth |
JWT access token obtained from login endpoint required |
Back to System Security Return to the System Security category to view other endpoints All API Categories Browse all available API categories