Gets project's postgrest config
get
/v1/projects/{ref}/postgrestOAuth scopes
- rest:read
The fine-grained token must include the following permissions to access this endpoint:
- data_api_config_read
Path parameters
- refRequiredstring
Project ref
Response codes
- 200
- 401
- 403
- 429
- 500
Response (200)
{ "db_schema": "lorem", "max_rows": -9007199254740991, "db_extra_search_path": "lorem", "db_pool": -9007199254740991, "db_pool_acquisition_timeout": -9007199254740991, "jwt_secret": "lorem"}