List All Snippets

Create a new collection within a site

The response returns an object, with a property of siteWides. This array contains all sitewide HTML code installs.

{
  "results": [
    {
      "location": "BODY",
      "markup": "string",
      "uuid": "string"
    }
  ]
}
Language