Regenerate 2FA backup/recovery codes (re-auth with the account password).
Oturum
Requires 2FA to be enabled; the old codes are invalidated and a fresh set of 10 one-time codes is returned once (never persisted in the clear). The user reveals/saves them from the Security page, same as at setup time.
İstek
curl -X POST "https://api.blesyum.com/api/v1/2fa/backup-codes/regenerate" \
-H "Authorization: Bearer <oturum-token>" \
-H "Accept: application/json"Yanıt
{
"data": "…",
"trace_id": "01JC…"
}