hosting_listWebsitesV1
Retrieve a paginated list of websites from your hosting accounts and shared access. Filter results by username, order ID, enabled status, or domain.
Instructions
Retrieve a paginated list of websites (main and addon types) accessible to the authenticated client.
This endpoint returns websites from your hosting accounts as well as websites from other client hosting accounts that have shared access with you.
Use the available query parameters to filter results by username, order ID, enabled status, or domain name for more targeted results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number | |
| per_page | No | Number of items per page | |
| username | No | Filter by specific username | |
| order_id | No | Order ID | |
| is_enabled | No | Filter by enabled status | |
| domain | No | Filter by domain name (exact match) |