List WordPress installations
hosting_listWordPressInstallationsV1List WordPress installations for your Hostinger account, filter by domain, username, or ownership, and check each site's validation status.
Instructions
List WordPress installations accessible to the authenticated client.
Use this endpoint to discover existing WordPress installations and to poll for installation status after calling the install endpoint. When a newly requested installation appears in this list, WordPress is ready. Filter by username and domain to narrow results to a specific website.
Each installation includes a valid flag and, when invalid, a
validationError describing why.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | No | Filter by domain name (case-insensitive substring match) | |
| username | No | Filter by specific username | |
| ownership | No | Filter by ownership type. Defaults to "owned". Use "all" to include both owned and managed installations. |