List available themes in the workspace.
cURL
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 } ]
Clerk API key (ak_ prefix). Generate one from your Steerco profile settings.
The workspace ID. Get available workspaces from GET /api/v1/workspaces.
List of themes