Hey we added some thing on link in bio tool. You now can add the share button in your link helping users get the link and opening it in chrome or other browsers if they are coming from social media browsers.

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-06-27 19:10:24" "last_activity":"2020-01-01 00:00:00", "total_logins":10 } }