v52

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-03269339953.6 KB
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

core_versionstring nullable

Currently installed WordPress core version, or null when it cannot be determined.

is_lite_speed_cache_enabledboolean

Whether the LiteSpeed Cache plugin is active.

is_object_cache_enabledboolean

Whether LiteSpeed object cache is enabled.

is_maintenance_mode_enabledboolean

Whether WordPress maintenance mode is currently enabled.

Example response

{
  "core_version": "6.5.5",
  "is_lite_speed_cache_enabled": true
}