Skip to main content
POST
Create a brand content page

Authorizations

Authorization
string
header
required

OAuth 2.1 authorization code + PKCE (S256). Tokens are tenant-bound (company_id) and scoped. Discover endpoints via /.well-known/oauth-authorization-server.

Body

application/json

Create a new draft brand content page. The owning company is taken from the token (never a caller-supplied companyId). Body is permissive (unknown fields are ignored).

title
string

Optional page title; defaults to "Untitled" when omitted or blank. Trimmed and truncated to 200 chars.

Response

The newly created draft brand content page (status "draft", default "Untitled" title when none given).

data
object
required

A brand content page (rich-text marketing/landing page) owned by the token's company. shareToken is present only for writers (editors); non-writers reading a published page never receive it.