통계
차원별로 집계된 링크 스캔 분석.
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를 계정 키로 바꾸세요.