Last updated 12 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.
POST /v1/api/user/mfa/totp/create-key HTTP/1.1 Host: studio.edgeimpulse.com x-api-key: YOUR_API_KEY Accept: */*
OK
{ "success": true, "error": "text", "key": "text", "url": "text" }