QR Code
ราคา
คำถามที่พบบ่อย
API
บล็อก
⇣
เข้าสู่ระบบ
ทดลองฟรี
ติดต่อเรา
เลือกภาษา
EN - English
ES - Spanish
NO - Norwegian
DE - German
FR - French
SV - Swedish
DA - Danish
TH - Thai
เข้าสู่ระบบ
ทดลองฟรี
บ้าน
เอกสาร API
ผู้ใช้
ผู้ใช้
ดึงหนึ่ง
จุดสิ้นสุด
GET
https://qr-kode.no/api/user
ตัวอย่าง
curl --request GET \
--url 'https://qr-kode.no/api/user' \
--header 'Authorization: Bearer
{api_key}
' \
ตัวอย่างการตอบกลับ
{ "data": { "id":"1", "type":"users", "email":"example@example.com", "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 } }