List all

View all site-wide HTML codes your app has installed.

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

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