Create a topic
Creates a preference center topic for your project. name must be unique within the project (name is case insensitive). default_status defaults to subscribed. Topics cannot be deleted at this time.
Authorizations
Accepts either a raw API key or Bearer <key>.
Headers
Optional dated API revision for the request. Must use YYYY-MM-DD format.
^\d{4}-\d{2}-\d{2}$"2026-03-01"
Body
Create a preference center topic. Topics cannot be deleted at this time.
Topic name. Unique per project, ignoring case. Trimmed before save.
1 - 255Optional description, at most 200 characters.
200Default subscription status for profiles with no explicit choice. Defaults to subscribed.
subscribed, unsubscribed Response
Topic created.
A preference center subscription category. Topics cannot be deleted at this time.
Topic name. Must be unique per project, ignoring case. Trimmed before save.
Default subscription status for profiles with no explicit choice.
subscribed, unsubscribed Optional description. Omitted from the response when blank.
200
