API Reference
cURL
curl --request POST \ --url https://api.runly.pro/v1/security/2fa/prepare \ --header 'Authorization: Bearer <token>'
{ "status": { "code": 200, "message": "OK", "trace_id": "tr_2fa_prep" }, "data": { "secret": "JBSWY3DPEHPK3PXP", "qr_code_url": "otpauth://totp/..." }, "usage": { "latency_ms": 25 } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
绑定信息
Show child attributes