v52

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-03269339953.6 KB
WordPress: Installations

Detect WordPress installations

Trigger a background scan to detect WordPress installations for the account.

This operation is asynchronous: a successful response only means the scan has been queued. Poll GET /api/hosting/v1/wordpress/installations to fetch the detected installations once the scan completes.

post/api/hosting/v1/accounts/{username}/wordpress/installations/detect

Path parameters

usernamestring required
Example:u123456789

Response

Success empty response

messagestring

Example response

{
  "message": "Request accepted"
}