GET /api/account-center
curl \
-X GET https://[tenant_id].logto.app/api/account-center \
-H "Authorization: Bearer $ACCESS_TOKEN"
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"
}
}