Last updated 10 months ago
Was this helpful?
Creates a new MFA key, only allowed if the user has no MFA configured. TOTP tokens use SHA-1 algorithm.
/api/user/mfa/totp/create-key
curl -L \ --request POST \ --url 'https://studio.edgeimpulse.com/v1/api/user/mfa/totp/create-key' \ --header 'x-api-key: YOUR_API_KEY'
{ "success": true, "error": "text", "key": "text", "url": "text" }