Dear users we had a bad experience with some of our users in static sites those users have made viruses on static sites so google flagged us. We are working to remove those pages and turn our site back to normal again also removing the static page functions for free users this is to protect us and your links from being flagged again.

User

GET https://www.ksalsocial.online/api/user
curl --request GET \
--url 'https://www.ksalsocial.online/api/user' \
--header 'Authorization: Bearer {api_key}' \
{ "data": { "id":"1", "type":"users", "email":"[email protected]", "billing":{ "type":"personal", "name":"John Doe", "address":"Lorem Ipsum", "city":"Dolor Sit", "county":"Amet", "zip":"5000", "country":"", "phone":"", "tax_id":"", "is_enabled":true, "plan_id":"custom", "plan_expiration_date":"2025-12-12 00:00:00", "plan_settings":{ ... }, "plan_trial_done":false, "language":"english", "timezone":"UTC", "country":null, "datetime": "2025-05-09 07:50:50" "last_activity":"2020-01-01 00:00:00", "total_logins":10 } }