Agency Hosting: WordPress
Get Agency Plan website WordPress settings
Returns the current WordPress settings for an Agency Plan website: installed core version, LiteSpeed Cache plugin status, object cache status, and maintenance mode status.
get/api/agency-hosting/v1/websites/{website_uid}/wordpress/settings
Path parameters
website_uidstring required
Example:zpwlGlp19
Agency Plan website UID
Response
Success response
Example response
{
"core_version": "6.5.5",
"is_lite_speed_cache_enabled": true
}