Detect WordPress installations
Trigger a background scan to detect WordPress installations for the account.
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.
Authorizations
AuthorizationstringRequired
API Token authentication
Path parameters
usernamestringRequiredExample:
u123456789Responses
200
Success empty response
application/json
messagestringOptionalExample:
Request accepted401
Unauthenticated response
application/json
500
Error response
application/json
post/api/hosting/v1/accounts/{username}/wordpress/installations/detect
POST /api/hosting/v1/accounts/{username}/wordpress/installations/detect HTTP/1.1
Host: developers.hostinger.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"message": "Request accepted"
}Last updated
Was this helpful?