reactivate account
POST/v1/auth/reactivate
Recover a deactivated or delete_pending account from a logged-out state by presenting credentials. Validates the password first, then (if needed) transitions the account back to active and issues a session exactly like login. Returns the same response shape as login.
Request
Responses
- 200
- 400
- 401
- 429
OK response. Returns login token or temporary token if 2FA is required.
bad_request: Invalid input
unauthorized: Unauthorized
Too many failed reactivation/login attempts for this account or IP. Retry later.