Activate MFA key

Activate the MFA key of the requesting user. You must provide following JSON fields in this request: * `status` (Object required) - `id` (Number) use 1 for "ACTIVE" status * `code` (String required) - the 6-digit "time-based one-time password" (TOTP) generated with this MFA key for the current Time-Step

Authentication

AuthorizationBearer

An auth_token should be provided to authenticate a session.

To obtain an auth_token, see the /api/v1/authenticate POST request.

Path parameters

key_iddoubleRequired
Key ID

Request

This endpoint expects an object.
statusobjectOptional

Response

The server has successfully fulfilled the request and that there is no additional content to send in the response payload body

Errors