List all workspaces you have access to with API enabled. Use the returned workspace ID in the X-Workspace-Id header for all other endpoints.
cURL
curl --request GET \ --url https://app.steercoanalytics.com/api/v1/workspaces \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "name": "<string>" } ]
Clerk API key (ak_ prefix). Generate one from your Steerco profile settings.
List of workspaces