POST
/
api
/
user
/
mfa
/
totp
/
create-key
Generate a new TOTP MFA key
curl --request POST \
  --url https://studio.edgeimpulse.com/v1/api/user/mfa/totp/create-key \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "error": "<string>",
  "key": "<string>",
  "url": "<string>"
}

Authorizations

x-api-key
string
header
required

Response

200 - application/json

OK

The response is of type object.