🚨 Black Friday Alert! 🚨 Get 50% OFF on all @ToolkitNOW paid plans! 🚀 Unlock powerful tools to boost your productivity. 📅 Offer ends Dec 31, 2025 🎟️ Use code: TOOLKIT50 Claim your deal now 👉 https://toolkitnow.info/plan

User

GET https://toolkitnow.info/api/user
curl --request GET \
--url 'https://toolkitnow.info/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, "date":"2020-01-01 00:00:00", "last_activity":"2020-01-01 00:00:00", "total_logins":10 } }