get
https://api-sandbox.duda.co/api/integrationhub/application/site//sitewidehtml/list
View all site-wide HTML codes your app has installed.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
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"
}
]
}