কনটেন্টে যান
API ডকুমেন্টেশন

ব্যবহারকারী

প্রমাণীকৃত ব্যবহারকারীর API প্রোফাইল আনুন।

প্রমাণীকরণ
প্রতিটি অনুরোধে admin API key-এর সঙ্গে মেলা Bearer token সহ Authorization header পাঠাতে হবে। API কী নিন.
API ডকুমেন্টেশন

API এন্ডপয়েন্ট
GET https://rqrcode.com/api/user
উদাহরণ
curl --request GET \
--url 'https://rqrcode.com/api/user' \
--header 'Authorization: Bearer {api_key}'
Parameter
অতিরিক্ত parameter নেই।
রেসপন্স উদাহরণ
{
    "data": {
        "id": "1",
        "type": "users",
        "email": "[email protected]",
        "billing": {
            "type": "personal",
            "name": "রহিম উদ্দিন",
            "address": "২১ নম্বর উদাহরণ সড়ক",
            "city": "ঢাকা",
            "county": "ঢাকা বিভাগ",
            "zip": "5000",
            "country": "",
            "phone": "",
            "tax_id": "",
            "is_enabled": true,
            "plan_id": "custom",
            "plan_expiration_date": "2027-04-20 07:51:39",
            "plan_settings": {
                "...": "..."
            },
            "plan_trial_done": false,
            "language": "বাংলা",
            "timezone": "Asia/Dhaka",
            "country_name": null,
            "datetime": "2026-04-20 07:51:39",
            "last_activity": "2020-01-01 00:00:00",
            "total_logins": 10
        }
    }
}