Gets project's postgrest config
get
/v1/projects/{ref}/postgrestOAuth scopes
- rest:read
Path parameters
- refRequiredstring
Project ref
Response codes
- 200
- 401
- 403
- 429
- 500
Response (200)
1{2 "db_schema": "lorem",3 "max_rows": 42,4 "db_extra_search_path": "lorem",5 "db_pool": 42,6 "db_pool_acquisition_timeout": 42,7 "jwt_secret": "lorem"8}