GET
/
.well-known
/
config
Get public Hanko configuration
curl --request GET \
  --url https://{tenant_id}.hanko.io/.well-known/config
{
  "emails": {
    "require_verification": true
  },
  "password": {
    "enabled": true,
    "min_password_length": 8
  },
  "account": {
    "allow_deletion": true,
    "allow_signup": true
  }
}
Useful, for example, for conditionally constructing a UI based on the options (e.g. don’t show password inputs when they are disabled).

Response

200 - application/json

Hanko configuration

Public backend configuration options