[Beta] Get project's SSL enforcement configuration.
get
/v1/projects/{ref}/ssl-enforcementOAuth scopes
- database:read
Path parameters
- refRequiredstring
Project ref
Response codes
- 200
- 401
- 403
- 429
- 500
Response (200)
1{2 "currentConfig": {3 "database": true4 },5 "appliedSuccessfully": true6}