Skip to main content
GET
Get published content by slug

Authorizations

Authorization
string
header
required

Organization-scoped bearer credential: a customer API key (1club_sk_live_...) or an MCP OAuth access token.

Path Parameters

slug
string
required

Content slug

Query Parameters

locale
string

Locale for content resolution

Response

Content item

A content item (FAQ, post, document, block, or how-to guide) for the organization.

id
integer
organizationId
integer
title
string
slug
string
type
enum<string>
Available options:
faq,
post,
document,
block,
how-to-guide
status
string
visibility
enum<string>
Available options:
Public,
Member_only,
Private
content
object

Body of the content item. May contain HTML, EditorJS blocks, a summary, and keywords.

excerpt
string | null
metaTitle
string | null
metaDescription
string | null
metaKeywords
string | null
canonicalUrl
string | null
template
string | null
layout
string | null
customFields
object | null
tags
string[]
summary
string | null
keywords
string[]
images
string[]
authorId
integer | null
author
object | null
publishedAt
string<date-time> | null
language
string | null
createdAt
string<date-time>
updatedAt
string<date-time>