Skip to main content
GET
/
account
/
two-factor
Get 2FA QR Code
curl --request GET \
  --url https://panel.arqonara.com/api/client/account/two-factor \
  --header 'Authorization: Bearer <token>'

Documentation Index

Fetch the complete documentation index at: https://docs.arqonara.com/llms.txt

Use this file to discover all available pages before exploring further.

Menghasilkan data gambar QR Code untuk pengaturan autentikasi dua faktor (2FA).

Cara Penggunaan

API ini akan mengembalikan data URL gambar (image_url_data). Anda dapat me-render data tersebut menjadi gambar QR Code di frontend aplikasi Anda agar bisa di-scan oleh aplikasi seperti Google Authenticator atau Authy.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200

QR Code Data