Skip to content
Management API Reference

Gets project's postgrest config

get/v1/projects/{ref}/postgrest

OAuth scopes

  • rest:read

The fine-grained token must include the following permissions to access this endpoint:

  • data_api_config_read

Path parameters

  • ref
    Required
    string

    Project ref

Response codes

  • 200
  • 401
  • 403
  • 429
  • 500

Response (200)

1
{
2
"db_schema": "lorem",
3
"max_rows": -9007199254740991,
4
"db_extra_search_path": "lorem",
5
"db_pool": -9007199254740991,
6
"db_pool_acquisition_timeout": -9007199254740991,
7
"jwt_secret": "lorem"
8
}