Skip to main content
GET
Get Theme

Get Theme

Returns a single theme by its ID.

Request

Path Parameters

id
string
required
The unique theme ID

Response

The response uses the standard envelope. The theme is nested under data.theme.
status
integer
HTTP status code (e.g., 200)
state
string
Result state — success on success, error on failure
message
string
Human-readable message, or null on success
data.theme
object
Theme object

Example Response

Error Response

StatusDescription
401Invalid or missing access token
403App doesn’t have read_themes scope
404Theme with the specified ID does not exist