Generate MFA TOTP provisioning QR code
POST
/me/mfa
const url = 'https://example.com/me/mfa';const options = {method: 'POST'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request POST \ --url https://example.com/me/mfaResponses
Section titled “ Responses ” Media type application/json
string
Example generated
example