Statistici
Analitice scanări linkuri agregate pe dimensiune.
GET/api/v1/statisticsAgregă statistici
| Nume | Tip | Obligatoriu | Descriere |
|---|---|---|---|
| type | string | Nu | overview, country_code, device_type, … |
| project_id | integer | Nu | — |
| datetime_start | string | Nu | — |
| datetime_end | string | Nu | — |
curl -X GET 'https://forqrcode.com/api/v1/statistics' \ -H 'Authorization: Bearer YOUR_API_KEY'
GET/api/v1/statistics/{link_id}Statistici pentru un link
| Nume | Tip | Obligatoriu | Descriere |
|---|---|---|---|
| link_id | integer | Da | — |
curl -X GET 'https://forqrcode.com/api/v1/statistics/{link_id}' \
-H 'Authorization: Bearer YOUR_API_KEY'Numele parametrilor și exemplele JSON sunt în engleză. Înlocuiți YOUR_API_KEY cu cheia contului.