Generate the 2FA recovery codes

Generates the 2FA recovery codes.

POST/v3/me/2fa-recovery-codes
JWT

Request Body Schema

PropertyTypeDescriptionConstraints
twoFactorCode*stringmin: 6, max: 12

Request Example

{
  "twoFactorCode": "string"
}

Responses

200 OK
{
  "recoveryCodes": [
    "string"
  ]
}