cURL
curl --request POST \ --url https://api.quiva.ai/accounts/generate-totp-key \ --header 'Authorization: Bearer <token>'
{ "data": { "otpauth_url": "otpauth://totp/quiva.ai:[email protected]?secret=JBSWY3DPEHPK3PXP&issuer=quiva.ai", "secret": "JBSWY3DPEHPK3PXP" } }
Generates a TOTP key for multi-factor authentication
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
TOTP key generated successfully
Show child attributes