cURL
curl --request POST \ --url http://localhost:5173/api/supabase.query \ --header 'Content-Type: application/json' \ --cookie apiKeys= \ --data ' { "url": "<string>", "apiKey": "<string>", "query": "<string>" } '
{ "data": [ {} ], "error": {} }
Executes SQL queries against a Supabase database.
Cookie-based authentication storing API keys and provider settings
Supabase project URL
Supabase API key
SQL query to execute
Query results
Was this page helpful?