Skip to main content
GET
Get a theme

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

themeId
string
required

The ID of the theme.

Response

Successful.

id
string
required

The ID of the theme.

name
string
required

The name of the theme.

styles
object
required

Flat map of style attributes, matching the attribute names accepted by the LMX <Style /> tag.

isDefault
boolean
required

Whether this theme is the team's default.

createdAt
string
required

ISO 8601 timestamp for when the theme was created.

updatedAt
string
required

ISO 8601 timestamp for when the theme was last updated.

Last modified on July 20, 2026