Setup MFA
curl --request POST \ --url https://api.eda.prisme.ai/v2/user/mfa \ --header 'Content-Type: application/json' \ --header 'X-Prismeai-API-Key: <api-key>' \ --data '{ "method": "totp", "currentPassword": "<string>" }'
{ "secret": "<string>", "qrImage": "<string>" }
totp
none
*
Was this page helpful?