cURL
curl --request POST \ --url http://localhost:5173/api/supabase \ --header 'Content-Type: application/json' \ --cookie apiKeys= \ --data ' { "accessToken": "<string>" } '
[ {} ]
Retrieves all Supabase projects for the authenticated user.
Cookie-based authentication storing API keys and provider settings
Supabase access token
List of projects
Was this page helpful?