[Beta] Get project's SSL enforcement configuration.
get
/v1/projects/{ref}/ssl-enforcementOAuth scopes
- database:read
The fine-grained token must include the following permissions to access this endpoint:
- database_ssl_config_read
Path parameters
- refRequiredstring
Project ref
Response codes
- 200
- 401
- 403
- 429
- 500
Response (200)
1{2 "currentConfig": {3 "database": true4 },5 "appliedSuccessfully": true6}