1. MFA
Gau Backend Microservices
  • Default module
    • Config Service
      • Get
      • Update
      • Delete
      • Create
      • Health
    • Account Service
      • Authentication
        • Register
        • Login
        • Oauth2
      • Profile
        • Get
        • Upload Avatar
        • Update
    • License Service
      • Create
      • Active
      • Verify
      • Detail
      • Revoke
      • Health
    • Authorization Service
      • Create
      • Renew
      • Check
      • Health
      • Revoke
    • Upload Service
      • [File] Upload File
      • [File] Get Upload File
    • Legacy
      • CDN Service
        • [CDN] Get File
      • Account Service
        • Basic Auth
          • [Auth] Login
          • [Auth] Register
          • [Auth] Logout
        • OAuth 2.0
          • [Auth] Google Login
          • [Auth] Logout
        • Profile
          • [Profile] Update Profile
          • [Profile] Get Profile
          • [Profile] Get Security Info
          • [Profile] Update Avatar
          • [Profle] Get All Data
        • MFA
          • [TOTP] Get TOTP Authentication
            GET
          • [TOTP] Enable TOTP Authentication
            POST
          • [TOTP] Verify Login
            POST
  1. MFA

[TOTP] Get TOTP Authentication

Developing
GET
https://api.gauas.com/api/v2/account/mfa/totp/qr
Maintainer:Not configured

Request

Header Params

Responses

🟢200OK
application/json
Bodyapplication/json

Request Request Example
Shell
JavaScript
Java
Swift
curl --location 'https://api.gauas.com/api/v2/account/mfa/totp/qr' \
--header 'Authorization: Bearer {{ACCESS-TOKEN}}'
Response Response Example
{
    "account": "string",
    "issuer": "string",
    "message": "string",
    "qr_code": "string",
    "secret": "string",
    "status": 0
}
Modified at 2025-08-25 09:15:00
Previous
[Profle] Get All Data
Next
[TOTP] Enable TOTP Authentication
Built with