Returns information about the .
GET https://example.com/realandmate/v1/AccountService
{
"permissions": [string],
"preferences": {
"language_default": string,
"time_zone_default": string,
"notifications_default": boolean
},
"security_settings": {
"min_username_length": number,
"max_username_length": number,
"min_password_length": number,
"max_password_length": number,
"require_two_factor_auth": boolean
},
"subscription_management":{
"plans": [{
"plan_name": string,
"plan_features": [string],
"plan_price": number
}],
"show_plans_modal_window": boolean,
"show_plans_modal_window_repeat_after": number
},
"activity_logs": boolean,
"auth_token": string
}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
{
"permissions": ["Create advertisements", "Read advertisements", "Edit advertisements", "Delete advertisements", "Manage accounts"],
"preferences": {
"language_default": "English",
"time_zone_default": "America/New_York",
"notifications_default": true
},
"security_settings": {
"min_username_length": 1,
"max_username_length": 50,
"min_password_length": 14,
"max_password_length": 50,
"require_two_factor_auth": false
},
"subscription_management":{
"plans": [{
"plan_name": "Premium",
"plan_features": ["Unlimited Access to Properties Information", "Advertisement-Free Experience", "Offline Downloads", "Exclusive Offers", "Priority Support"],
"plan_price": 20
}],
"show_plans_modal_window": true,
"show_plans_modal_window_repeat_after": 30
},
"activity_logs": true,
"auth_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c"
}