కంటెంట్‌కు వెళ్లండి
API డాక్యుమెంటేషన్

వినియోగదారు

ధృవీకరించబడిన వినియోగదారుని API ప్రొఫైల్‌ను పొందండి.

ప్రామాణీకరణ
ప్రతి అభ్యర్థన admin API keyకి సరిపోలే Bearer tokenతో Authorization headerను పంపాలి. API కీ పొందండి.
API డాక్యుమెంటేషన్

ఎండ్‌పాయింట్
GET https://rqrcode.com/api/user
ఉదాహరణ
curl --request GET \
--url 'https://rqrcode.com/api/user' \
--header 'Authorization: Bearer {api_key}'
పరామితులు
అదనపు పరామితి లేదు.
ప్రతిస్పందన ఉదాహరణ
{
    "data": {
        "id": "1",
        "type": "users",
        "email": "ఉదా. [email protected]",
        "billing": {
            "type": "personal",
            "name": "జాన్ డో",
            "address": "21 ఉదాహరణ వీధి",
            "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": "Europe/London సమయ మండలం",
            "country_name": null,
            "datetime": "2026-04-20 07:51:39",
            "last_activity": "2020-01-01 00:00:00",
            "total_logins": 10
        }
    }
}