Skip to main content
content:read The content:read scope grants read-only access to content and its associated data. This includes listing content, viewing individual content details, retrieving rendered HTML, accessing component data, and viewing compliance reports.

Endpoints


List content

Returns a paginated list of content for your site.

Query parameters

Example

Response — 200 OK

Status codes


Get content details

Returns full details for a single content item including its component summary.

Path parameters

Example

Response — 200 OK

Status codes


Get rendered HTML

Returns the content’s body as HTML. By default the response is wrapped in a JSON envelope. Send Accept: text/html to receive raw HTML.

Path parameters

Example — JSON response

Response — 200 OK (JSON)

Example — Raw HTML response

Returns raw HTML with Content-Type: text/html.

Status codes


Get all components

Returns all generated components for content, or a single component if a type is specified.

Path parameters

To retrieve a single component, append the type to the path:
See Component Types for all available types.

Example — All components

Response — 200 OK (all components)

Example — Single component

Response — 200 OK (single component)

Status codes


Get compliance report

Returns the compliance check report for content. If no check has been run, the status is not_checked.

Path parameters

Example

Response — 200 OK (check completed)

Response — 200 OK (not checked)

Status codes


List published content

Returns a paginated list of content with posting_status of published or scheduled. All date and time fields (date, published_at, created_at, updated_at) are returned in UTC.

Query parameters

Example

Response — 200 OK

Status codes


Get publish data

Returns the complete publish payload for a single content item including article metadata, publishing status, taxonomy, images, social tags, rendered HTML body, SEO meta tags, and JSON-LD structured data. All date and time fields (including publishing.date and publishing.published_at) are returned in UTC.

Path parameters

Example

Response — 200 OK

Status codes


Error response — Missing scope

If your API key does not include content:read, any request to these endpoints returns:
Last modified on May 1, 2026