Help with Supabase APIs for building an integration.

I successfully integrated Supabase using the OAuth flow. However, when I attempt to retrieve the PostgreSQL configuration using the API https://api.supabase.com/v1/projects/{projectid}/config/database/postgres I receive an empty object
{}
as the response.

On the other hand, when I call the /config/database/pooler endpoint, I can retrieve the connection string without any issues.

Do you guys have any idea on why the /config/database/postgres API returns an empty response? Am I missing something? I specifically need the direct connection string for my integration.

Thank you!
Was this page helpful?