পরিসংখ্যান
মাত্রা অনুযায়ী লিংক স্ক্যান অ্যানালিটিক্স।
GET/api/v1/statisticsপরিসংখ্যান একত্রিত
| নাম | ধরন | প্রয়োজন | বিবরণ |
|---|---|---|---|
| type | string | না | overview, country_code, device_type, … |
| project_id | integer | না | — |
| datetime_start | string | না | — |
| datetime_end | string | না | — |
curl -X GET 'https://forqrcode.com/api/v1/statistics' \ -H 'Authorization: Bearer YOUR_API_KEY'
GET/api/v1/statistics/{link_id}একটি লিংকের পরিসংখ্যান
| নাম | ধরন | প্রয়োজন | বিবরণ |
|---|---|---|---|
| link_id | integer | হ্যাঁ | — |
curl -X GET 'https://forqrcode.com/api/v1/statistics/{link_id}' \
-H 'Authorization: Bearer YOUR_API_KEY'প্যারামিটার নাম ও JSON উদাহরণ ইংরেজিতে। YOUR_API_KEY আপনার কী দিয়ে প্রতিস্থাপন করুন।