Statistiques
Analytique des scans de liens par dimension.
GET/api/v1/statisticsAgréger les statistiques
| Nom | Type | Requis | Description |
|---|---|---|---|
| type | string | Non | overview, country_code, device_type, … |
| project_id | integer | Non | — |
| datetime_start | string | Non | — |
| datetime_end | string | Non | — |
curl -X GET 'https://forqrcode.com/api/v1/statistics' \ -H 'Authorization: Bearer YOUR_API_KEY'
GET/api/v1/statistics/{link_id}Statistiques pour un lien
| Nom | Type | Requis | Description |
|---|---|---|---|
| link_id | integer | Oui | — |
curl -X GET 'https://forqrcode.com/api/v1/statistics/{link_id}' \
-H 'Authorization: Bearer YOUR_API_KEY'Noms de paramètres et exemples JSON en anglais. Remplacez YOUR_API_KEY par votre clé.