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

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 templates

id
string
required
name
string
required
description
string
required
suggestedEntityTypes
string[]
required