Get logto config
Retrieve the exposed portion of the current user's logto config. This endpoint currently includes only the MFA skip state.
GET
/api/my-account/logto-configs
curl \
--request GET 'https://[tenant_id].logto.app/api/my-account/logto-configs' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"mfa": {
"skipped": true
}
}