Supabase Data API
Set up the Supabase Data API connector in Pandium using your project URL and secret API key so tenants can sync data through Supabase's auto-generated REST API securely at scale.
Last updated
Was this helpful?
Set up the Supabase Data API connector in Pandium using your project URL and secret API key so tenants can sync data through Supabase's auto-generated REST API securely at scale.

Supabase is an open-source backend platform built on Postgres that gives developers a database, authentication, storage, and an auto-generated REST API out of the box. This connector authenticates against Supabase's Data API (REST) for a project.
Basic
Yes
PAN_SEC_SUPABASE_DATA_PROJECT_URL
PAN_SEC_SUPABASE_DATA_API_KEY
No
No provisioning is required for this connector.
Upon successfully creating a tenant, you will use the following information to connect to Supabase:
Project URL
Secret API Key
To obtain the information required for setting up, perform the following steps:
Log into your Supabase dashboard and select the project.
Navigate to Project Settings > API.
Project URL - Copy the Project URL listed under Project API.
Secret API Key - Copy the project's secret (service role) API key.
For more information on how to utilize the Supabase Data API, feel free to reference the following documentation.
Last updated
Was this helpful?
Was this helpful?