hello,
			
			
		
  Overview
  
Error Handling
	
Error Handling
Methods
- Account/
 - Account/Auth/
 - Account/Auth/TwoFactor/
 - Account/BillingAddress/
 - Account/ChangeOrder/Source/
 - Account/ChatPassword/
 - Account/Contact/
 - Account/CreditCard/
 - Account/Cycle/
 - Account/Limits/
 - Account/Network/Private/
 - Account/PasswordReset/
 - Account/Paymethod/
 - Account/SSH/Key/
 - Account/Settings/
 - Account/StateData/
 - Account/Subscriptions/
 - Account/User/
 - Account/User/StateData/
 - Account/Verification/
 - Acronis/Backup/
 - Asset/
 - Asset/Cancellation/
 - Asset/Cancellation/Request/
 - Asset/Connections/
 - Asset/ControlPanel/Credentials/
 - Asset/Measurements/
 - Asset/Monitoring/
 - Asset/Network/Private/
 - Asset/Network/Private/VPN/
 - Attribution/
 - Basket/
 - Basket/Domain/
 - Basket/Item/
 - Basket/Item/Config/
 - Billing/
 - Billing/Bill/
 - Billing/Credit/
 - Billing/CreditCard/Profile/
 - Billing/Cycle/
 - Billing/Invoice/
 - Billing/Invoice/Preview/
 - Billing/PayPal/Agreement/
 - Billing/PayPal/Payment/
 - Billing/Payment/
 - Billing/Payment/Profile/
 - BusinessEmail/Customer/
 - BusinessEmail/Domain/
 - Cloud/Backup/
 - Cloud/Config/
 - Cloud/IP/Pool/
 - Cloud/Image/
 - Cloud/Private/Parent/
 - Cloud/Server/
 - Cloud/Template/
 - CloudSites/
 - CloudSites/Usage/
 - CodeGuard/User/
 - Contact/
 - Coupon/
 - Coupon/Claim/
 - Domain/
 - Domain/Services/
 - HostedEmail/Customer/
 - HostedEmail/Domain/
 - Licensing/
 - Licensing/Cpanel/
 - Licensing/Plesk/
 - Market/Bundle/
 - Market/Bundle/Package/
 - Market/Cart/
 - Market/Cart/Admin/Quote/
 - Market/Cart/Discount/
 - Market/Cart/Helpers/Configurator/
 - Market/Cart/Item/
 - Market/Package/
 - Market/Package/Product/
 - Market/Place/
 - Meta/Timing/
 - Migration/
 - Migration/Account/
 - Migration/Account/Server/
 - Migration/Account/Server/Access/
 - Migration/Destination/
 - Misc/JWT/
 - Monitoring/Bandwidth/
 - Monitoring/Load/
 - Monitoring/MWP/
 - Monitoring/Services/
 - Network/CDN/User/
 - Network/CDN/Zone/
 - Network/DNS/Domain/
 - Network/DNS/Domain/Contact/
 - Network/DNS/Domain/Nameserver/
 - Network/DNS/Domain/Transfer/
 - Network/DNS/Record/
 - Network/DNS/Reverse/
 - Network/DNS/Zone/
 - Network/DNS/Zone/History/
 - Network/Firewall/
 - Network/Firewall/Ruleset/
 - Network/IP/
 - Network/LoadBalancer/
 - Network/Pool/
 - Network/Private/
 - Network/Region/
 - Network/SSHKey/
 - Network/Util/
 - Network/Zone/
 - Notifications/
 - OneTimeSecret/
 - Order/
 - Order/AddOn/
 - Product/
 - Product/Addon/
 - Product/Marketplace/
 - Product/Series/
 - Project/
 - SSL/Certificate/
 - Salesforce/Account/InterWorx/
 - Salesforce/Chat/Auth/
 - Salesforce/User/
 - Server/
 - Server/Auth/
 - Server/Credentials/
 - Server/Plan/
 - Server/Power/
 - Server/Template/
 - Server/VirtualDomain/
 - Server/WHM/AccessHash/
 - Server/WHM/DNS/
 - Server/WHM/Firewall/
 - Signup/Basic/
 - Storage/Block/Cluster/
 - Storage/Block/Volume/
 - Storage/ObjectStore/
 - Support/
 - Support/Alert/
 - Support/Request/
 - Support/Request/Attachment/
 - Support/SystemStatus/
 - Support/Ticket/Auth/
 - Tags/Product/
 - UserTask/
 - Utilities/Info/
 - VIP/
 - VMware/vCloud/vDC/
 - VPN/
 - VPN/User/
 - WWW/Cart/
 - WordPress/Domain/
 
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:
| Field | Type | 
|---|---|
| hide_social | A boolean value (0 or 1). | 
| not_new | A 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:
| Parameter | Type | Notes | 
|---|---|---|
| trait | A single word, consisting of only letters and digits. | * Required | 
Returns:
| Field | Type | 
|---|---|
| has_trait | A 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:
| Parameter | Type | Notes | 
|---|---|---|
| hide_social | A boolean value (0 or 1). | * Required if:
  | 
| new_account | A boolean value (0 or 1). | * Required if:
  | 
Returns:
| Field | Type | 
|---|---|
| hide_social | A boolean value (0 or 1). | 
| not_new | A boolean value (0 or 1). | 
Possible Errors:
Refer to the Error Handling documentation for the list of exception types