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

Authorizations

Authorization
string
header
required

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

Response

List of workspaces

id
string
required
name
string
required