v1
latestOpenAPI 3.0.02026-07-14198572488.4 KBSite Templates
Create new site template
Kicks off the creation of a task to create a new site template from a site
post/v1/site_templates
Request body
Example request
{
"name": "WooCommerce with SEO Plugins",
"site_id": 8675309,
"notes": "Our traditional WooCommerce site with SEO including X and Y plugins on Z theme."
}Response
OK
Example response
{
"success": true,
"errors": [],
"messages": [],
"result": {
"task_level": "account"
}
}