PASAR API
Open-source backend platform: full Postgres database, realtime, file storage, edge functions and auto-generated REST/GraphQL APIs. Free tier then paid. Global, works for MY.
View docs ↗ More Backend & devtools APIs# Supabase needs an API key ~ get yours at:
# https://supabase.com/docs
curl 'https://{project-id}.supabase.co' \
-H 'Authorization: Bearer YOUR_TOKEN'
I'm integrating a Malaysian API into my app.
API: Supabase
Provider: Supabase
Auth: requires an API key (sign up: https://supabase.com/docs)
Pricing: freemium
Base URL: https://{project-id}.supabase.co
Help me set up authentication and make my first successful request ~ explain exactly where the credentials go.