v1

latestOpenAPI 3.1.02026-07-26435261.9 KB
V3 Theme

Create a user theme

Creates a custom presentation theme for the authenticated user. The request body must include a name, description, and complete theme data with colors and fonts. Optionally pass company_name and a logo image asset id; the logo must already exist.

post/api/v3/theme/create

Headers

Authorizationstring required

Bearer JWT or API Key

Bearer JWT or API Key

Request body

namestring required
descriptionstring required
company_namestring nullable
logostring uuid nullable

Response

Theme created successfully.

namestring required
descriptionstring required
logostring uuid nullable required
logo_urlstring nullable required
company_namestring nullable required
created_atstring date-time required
updated_atstring date-time required
idstring uuid required
userstring uuid nullable required