Manage wix site
ManageWixSite is a powerful API tool designed to streamline the creation, updating, and publishing of Wix websites at the account level. It ensures precise management of your Wix sites by leveraging official REST API endpoints documented by Wix.
Features
- Create new Wix sites programmatically using account-level API.
- Update existing Wix sites with accurate data payloads.
- Publish Wix sites directly through API calls to streamline deployment.
- Strict adherence to Wix REST API documentation to avoid incorrect endpoint usage.
- Supports various HTTP methods (GET, POST, PUT, DELETE) for flexible site management.
Benefits
- Automates Wix site management saving time and reducing manual efforts.
- Ensures site updates and publishing are consistent and error-free.
- Improves workflow efficiency by integrating site operations in development processes.
- Reduces risk by requiring use of official and documented API endpoints only.
- Gives developers flexibility to control site lifecycle programmatically with reliable methods.
Description
Use account level API in order to create a site, update a site and publish site. ALWAYS use "SearchWixRESTDocumentation" to search for the API you should invoke, NEVER GUESS THE SITE API URL You should ALWAYS check the rest docs - "SearchWixRESTDocumentation" for the specific API you want to call, don't just call it without knowing what it does, CHECK THE DOCS
Parameters
3 parameters
| Name | Type | Description |
|---|---|---|
| urlrequired | string | The url of the api to call - ALWAYS get the information from the Wix REST docs DONT GUESS IT, the URL MUST BE ABSOLUTE URL |
| methodrequired | string | The HTTP method to use for the API call (e.g. GET, POST, PUT, DELETE) |
| body | string | A string representing of a valid JSON object to describe the body of the request |