Overview
Error Handling

Methods

API Documentation (API Version bleed)

Account/PasswordReset/

DESCRIPTION

This section contains methods for requesting a password reset.

execute

URL:

https://api.liquidweb.com/bleed/Account/PasswordReset/execute

Description:

Updates the account associated with the link to the given password.

Parameters:

ParameterTypeNotes
hashA 27 or 86 character code for a single-use URI* Required
passwordA password of at least 6 characters and up to 30 characters in length, may contain spaces* Required

Returns:

FieldType
okA boolean value (0 or 1).

Possible Errors:

Refer to the Error Handling documentation for the list of exception types

request

URL:

https://api.liquidweb.com/bleed/Account/PasswordReset/request

Description:

Creates a new onetime link to reset the password, and emails that link to the user.

Parameters:

ParameterTypeNotes
usernameA username consisting of an initial letter or decimal digit followed by up to 19 additional characters (letters, numbers, hyphens, periods and underscores).* Required

Returns:

FieldType
submittedA boolean value (0 or 1).

Possible Errors:

Refer to the Error Handling documentation for the list of exception types

visit

URL:

https://api.liquidweb.com/bleed/Account/PasswordReset/visit

Description:

Used by the UI evertime a link is requested. Returns wiether or not this link can be used.

Parameters:

ParameterTypeNotes
hashA 27 or 86 character code for a single-use URI* Required

Returns:

FieldType
okA boolean value (0 or 1).

Possible Errors:

Refer to the Error Handling documentation for the list of exception types