Gets project's supavisor config
get
/v1/projects/{ref}/config/database/poolerOAuth scopes
- database:read
The fine-grained token must include the following permissions to access this endpoint:
- database_pooling_config_read
Path parameters
- refRequiredstring
Project ref
Response codes
- 200
- 401
- 403
- 429
- 500
Response (200)
[ { "identifier": "lorem", "database_type": "PRIMARY", "is_using_scram_auth": true, "db_user": "lorem", "db_host": "lorem", "db_port": -9007199254740991, "db_name": "lorem", "connection_string": "lorem", "connectionString": "lorem", "default_pool_size": -9007199254740991, "max_client_conn": -9007199254740991, "pool_mode": "transaction" }]