Get the website
Returns one website with its page list, layout, publish state and public URLs. Omit siteId for the organization’s default website.
previewUrl renders the unpublished draft, which is how you review edits made through this API before publishing them; url is what the public sees and only reflects the last published release.
Authorizations
Organization-scoped bearer credential: a customer API key (1club_sk_live_...) or an MCP OAuth access token.
Query Parameters
Which website, when the organization has more than one. Defaults to its default website.
Response
The website, its pages and its layout
A website belonging to the organization. Every field here describes the draft, except url, published, activeReleaseVersion and lastPublishedAt, which describe what the public is currently being served.
Platform host label - the site answers on <slug>.1club.me.
Custom domain, when one is pointed at this site.
True for the site an organization-wide caller means by "the website". Exactly one per organization.
False means the site is switched off and serves nothing publicly, whatever the draft contains.
Public URL - the custom domain when set, else the platform host.
The same site rendered from the unpublished draft - the link to review edits before publishing. Carries a signed grant that expires 24 hours after this response was generated; read the website again for a fresh one. Anyone holding the link can view the draft, so it is shareable without a login but should be treated as sensitive.
Whether the site has ever been published. False means nothing is publicly reachable yet.
both, light, dark light, dark, system Locales the site serves, which is what its hreflang alternates and sitemap.xml advertise. Organization-level - see PATCH /v1/platform/website.
Locale served at the site root. Organization-level.
Site-wide SEO defaults. Each field is a fallback a page can override.
Present when fetching one website; omitted from the site list.
Header and footer, rendered on every page.