List Supabase Workspaces
Authentication
List Supabase Workspaces
List Daly workspaces available to a Supabase-authenticated user
GET
List Supabase Workspaces
GET /auth/workspaces
Call this first in the Supabase exchange flow to discover which Daly workspaces the current Supabase user can access.Auth Requirements
- Send the Supabase access token as
Authorization: Bearer <supabase-access-token>. - Each returned workspace can then be exchanged into with
POST /auth/exchange-supabase.
