Skip to main content
GET
List Themes

List Themes

Returns a list of themes installed in the store.

Request

This endpoint takes no query parameters.

Response

The response uses the standard envelope. The theme array is nested under data.themes.
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.themes
array
Array of theme objects

Example Response

Error Response

StatusDescription
401Invalid or missing access token
403App doesn’t have read_themes scope