Skip to main content

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

OK response. Returns login token or temporary token if 2FA is required.