v51

OpenAPI 3.0.0raw.githubusercontent.com2026-08-01267339950.6 KB
Agency Hosting: WordPress

List available WordPress versions for an Agency Plan website

Lists the WordPress core versions available for installation on an Agency Plan website.

get/api/agency-hosting/v1/websites/{website_uid}/wordpress/settings/versions

Path parameters

website_uidstring required
Example:zpwlGlp19

Agency Plan website UID

Response

Success response

versionstring

WordPress core version.

Example response

[
  {
    "version": "6.5.5"
  }
]