Skip to main content
GET
/
api
/
v1
/
themes
List themes
curl --request GET \
  --url https://app.steercoanalytics.com/api/v1/themes \
  --header 'Authorization: Bearer <token>' \
  --header 'X-Workspace-Id: <x-workspace-id>'
[
  {
    "id": "<string>",
    "name": "<string>",
    "layoutCount": 123,
    "hasBackgroundImages": true
  }
]

Authorizations

Authorization
string
header
required

Clerk API key (ak_ prefix). Generate one from your Steerco profile settings.

Headers

X-Workspace-Id
string
required

The workspace ID. Get available workspaces from GET /api/v1/workspaces.

Response

200 - application/json

List of themes

id
string
required
name
string
required
layoutCount
integer
required
hasBackgroundImages
boolean
required