Get default account center
Get the default account center configuration. Available only when developer features are enabled.
GET
/api/.well-known/account-center
curl \
--request GET 'https://[tenant_id].logto.app/api/.well-known/account-center'
Response examples (200)
{
"tenantId": "string",
"id": "string",
"enabled": true,
"fields": {
"name": "Off",
"avatar": "Off",
"profile": "Off",
"email": "Off",
"phone": "Off",
"password": "Off",
"username": "Off",
"social": "Off",
"customData": "Off",
"mfa": "Off"
},
"webauthnRelatedOrigins": [
"string"
]
}