v1

latestOpenAPI 3.0.02026-07-14198572488.4 KB
Site Templates

Get Site Templates

Get information about a specific site template

get/v1/sites/templates/{template_id}

Path parameters

template_idstring uuid required

Response

OK

successboolean

whether the request succeeded

errorsstring[]
messagesstring[] nullable

Example response

{
  "success": true,
  "errors": [],
  "messages": [],
  "result": {
    "name": "WooCommerce with SEO Plugins",
    "template_id": "7ec25c75-b490-4365-bc55-7df7f1aa7c5e",
    "created_from": {
      "site_id": 8675309,
      "domain": "woocommerce-site-we-love.tld"
    },
    "config": {
      "wordpress": {
        "version": "6.4.1",
        "php_version": "8.2"
      }
    },
    "notes": "Our traditional WooCommerce site with SEO including X and Y plugins on Z theme.",
    "created_at": "2018-03-20T09:12:28Z",
    "updated_at": "2018-03-20T09:12:28Z"
  }
}