Publish Site

Publishes a site to one or more more domains.

To publish to a specific custom domain, use the domain IDs from the Get Custom Domains endpoint.

Rate limit: 1 publish per minute
This endpoint has a specific rate limit of one successful publish queue per minute.

Required scope | sites:write

Path parameters

site_idstringRequiredformat: "objectid"
Unique identifier for a Site

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
customDomainslist of stringsOptional
Array of Custom Domain IDs to publish
publishToWebflowSubdomainbooleanOptionalDefaults to false
Choice of whether to publish to the default Webflow Subdomain

Response

Request accepted
customDomainslist of objects or null
Array of domains objects
publishToWebflowSubdomainboolean or nullDefaults to false
Flag for publishing to webflow.io subdomain

Errors