Skip to main content
POST
/
auth
/
exchange-supabase
Exchange Supabase Token
curl --request POST \
  --url https://api.example.com/auth/exchange-supabase

POST /auth/exchange-supabase

Use this endpoint after GET /auth/workspaces when your client signs users in through Supabase first.

Auth Requirements

  • Send the Supabase access token as Authorization: Bearer <supabase-access-token>.
  • The request body supplies the selected Daly workspace_id.