Overview
Error Handling

Methods

API Documentation (API Version bleed)

Account/Settings/

DESCRIPTION

This section contains methods for account settings.

get

URL:

https://api.liquidweb.com/bleed/Account/Settings/get

Description:

Returns settings for the logged in account.

	not_new = The welcome screen has been displayed.
	hide_social = Hide social media buttons.

Parameters:

No Values Defined

Returns:

FieldType
hide_socialA boolean value (0 or 1).
not_newA boolean value (0 or 1).

Possible Errors:

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

hasTrait

URL:

https://api.liquidweb.com/bleed/Account/Settings/hasTrait

Description:

Check if an account has the specified trait.

Parameters:

ParameterTypeNotes
traitA single word, consisting of only letters and digits.* Required

Returns:

FieldType
has_traitA boolean value (0 or 1).

Possible Errors:

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

update

URL:

https://api.liquidweb.com/bleed/Account/Settings/update

Description:

Updates the current settings for the logged in account.

	not_new = The welcome screen has been displayed.
	hide_social = Hide social media buttons.

Parameters:

ParameterTypeNotes
hide_socialA boolean value (0 or 1).* Required if:
  • new_account is not given
new_accountA boolean value (0 or 1).* Required if:
  • hide_social is not given

Returns:

FieldType
hide_socialA boolean value (0 or 1).
not_newA boolean value (0 or 1).

Possible Errors:

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