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
Example response
{
"message": "Request accepted"
}