cURL
curl --request POST \ --url http://localhost:5173/api/supabase.variables \ --header 'Content-Type: application/json' \ --cookie apiKeys= \ --data ' { "accessToken": "<string>", "projectRef": "<string>" } '
{ "anonKey": "<string>", "serviceKey": "<string>", "url": "<string>" }
Retrieves API keys and configuration for a Supabase project.
Documentation IndexFetch the complete documentation index at: https://codinit.dev/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://codinit.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
Cookie-based authentication storing API keys and provider settings
API keys and configuration
Was this page helpful?
Contact support