Skip to main content
GET
/
auth
/
workspaces
List Supabase Workspaces
curl --request GET \
  --url https://api.example.com/auth/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.