List custom scripts injected into a site's published pages
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organizationIdstringRequiredPattern:
A unique entity identifier
^[a-zA-Z0-9_-]+$siteIdstringRequired
The unique id of the site
Responses
200
OK
application/json
scriptstring · uri · max: 2048Required
Script URL to load.
contentSecurityPolicystringOptional
Content Security Policy to secure the loading of this script.
cookiesbooleanRequired
If true, the script will potentially load use cookies and visitors should be aware.
400
Bad Request
application/json
get/orgs/{organizationId}/sites/{siteId}/integration-scripts
Last updated
Was this helpful?