Skip to main content
POST
/
v1
/
mfa
/
recovery
/
regenerate
Regenerate Recovery Codes
curl --request POST \
  --url https://api.example.com/v1/mfa/recovery/regenerate \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

201 - application/json

Successful Response