{
"opencollection": "1.0.0",
"info": {
"name": "Webflow Assets Asset Folders Custom Code - Sites API",
"version": "2.0.0"
},
"request": {
"auth": {
"type": "oauth2",
"flow": "authorization_code",
"authorizationUrl": "https://webflow.com/oauth/authorize",
"accessTokenUrl": "https://api.webflow.com/oauth/token",
"credentials": {
"clientId": "{{clientId}}",
"clientSecret": "{{clientSecret}}"
}
}
},
"items": [
{
"info": {
"name": "Custom Code - Sites",
"type": "folder"
},
"items": [
{
"info": {
"name": "Webflow Get Custom Code",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.webflow.com/v2/sites/:site_id/custom_code",
"params": [
{
"name": "site_id",
"value": "580e63e98c9a982ac9b8b741",
"type": "path",
"description": "Unique identifier for a Site"
}
],
"auth": {
"type": "oauth2",
"flow": "authorization_code",
"authorizationUrl": "https://webflow.com/oauth/authorize",
"accessTokenUrl": "https://api.webflow.com/oauth/token",
"credentials": {
"clientId": "{{clientId}}",
"clientSecret": "{{clientSecret}}"
}
}
},
"docs": "Get all scripts applied to a site by the App.\n\n\n To apply a script to a site or page, the script must first be registered to a site via the [Register Script](/data/reference/custom-code/custom-code/register-hosted) endpoints. Once registered, the script can be applied to a Site or Page using the appropriate endpoints. See the documentation on [working with Custom Code](/data/docs/custom-code) for more information.\n\n\nRequired scope | `custom_code:read`\n"
},
{
"info": {
"name": "Webflow Add/Update Custom Code",
"type": "http"
},
"http": {
"method": "PUT",
"url": "https://api.webflow.com/v2/sites/:site_id/custom_code",
"params": [
{
"name": "site_id",
"value": "580e63e98c9a982ac9b8b741",
"type": "path",
"description": "Unique identifier for a Site"
}
],
"body": {
"type": "json",
"data": "{}"
},
"auth": {
"type": "oauth2",
"flow": "authorization_code",
"authorizationUrl": "https://webflow.com/oauth/authorize",
"accessTokenUrl": "https://api.webflow.com/oauth/token",
"credentials": {
"clientId": "{{clientId}}",
"clientSecret": "{{clientSecret}}"
}
}
},
"docs": "Apply registered scripts to a site. If you have multiple scripts your App needs to apply or maintain on a site, ensure they are always included in the request body for this endpoint. To remove individual scripts, simply call this endpoint without the script in the request body.\n\n\n To apply a script to a site or page, the script must first be registered to a site via the [Register Script](/data/reference/custom-code/custom-code/register-hosted) endpoints. Once r"
},
{
"info": {
"name": "Webflow Delete Custom Code",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "https://api.webflow.com/v2/sites/:site_id/custom_code",
"params": [
{
"name": "site_id",
"value": "580e63e98c9a982ac9b8b741",
"type": "path",
"description": "Unique identifier for a Site"
}
],
"auth": {
"type": "oauth2",
"flow": "authorization_code",
"authorizationUrl": "https://webflow.com/oauth/authorize",
"accessTokenUrl": "https://api.webflow.com/oauth/token",
"credentials": {
"clientId": "{{clientId}}",
"clientSecret": "{{clientSecret}}"
}
}
},
"docs": "Remove all scripts from a site applied by the App. This endpoint will not remove scripts from the site's registered scripts.\n\nTo remove individual scripts applied by the App, use the [Add/Update Custom Code](/data/reference/custom-code/custom-code-sites/upsert-custom-code) endpoint.\n\nAccess to this endpoint requires a bearer token obtained from an [OAuth Code Grant Flow](/data/reference/oauth-app).\n\nRequired scope | `custom_code:write`\n"
}
]
}
],
"bundled": true
}