원타임 키(Key) 조회 API의 사용량을 날짜별로 조회합니다. 날짜별로 기록된 통계는 해당일의 누적치가 기록되어 출력됩니다.
Request URL
GET https://api.v4.wecandeo.com/report/statistics/video/v1/api/onetimekey?sdate={yyyy-mm-dd}&edate={yyyy-mm-dd}
Request Parameters
Parameter Name | Type | Description |
---|---|---|
sdate (Required) | String | 조회할 시작 날짜 (yyyy-mm-dd) |
edate (Required) | String | 조회할 마지막 날짜 (yyyy-mm-dd) |
sortDirection | String | 정렬 옵션
|
Response Example
{
"data": [
{
"count":"16",
"date":"2025-08-01"
}, {
"count":"162",
"date":"2025-08-05"
}
]
}
Response Data Value
Name | Type | Description |
---|---|---|
count | Number | API 요청 수 |
date | String | 날짜 (yyyy-mm-dd) |
참고하기
- 사용량 데이터(API 요청 수) 수집의 최대 지연시간은 1시간입니다.