Get project's pgbouncer config
get
/v1/projects/{ref}/config/database/pgbouncerOAuth scopes
- database:read
The fine-grained token must include the following permissions to access this endpoint:
- database_read
Path parameters
- refRequiredstring
Project ref
Response codes
- 200
- 401
- 403
- 429
- 500
Response (200)
{ "default_pool_size": -9007199254740991, "ignore_startup_parameters": "lorem", "max_client_conn": -9007199254740991, "pool_mode": "transaction", "connection_string": "lorem", "server_idle_timeout": -9007199254740991, "server_lifetime": -9007199254740991, "query_wait_timeout": -9007199254740991, "reserve_pool_size": -9007199254740991}