Parameter Description
설명 |
|
Response
Headers
HTTP/1.1 429 Too Many Requests
Content-type: application/json
RateLimit-Limit: 1000
RateLimit-Remaining: 0
RateLimit-Reset: 0.299
키 | 설명 |
RateLimit-Limit | 기간 시간 내 최대 요청 가능 횟수 |
RateLimit-Remaining | 기준 시간 내 남은 요청 가능 횟수 |
RateLimit-Reset | 기준 시간 갱신까지 남은 시간(ms) |
Body
예시)
{
"code": 5002,
"description": "too many requests",
"refkey": " test1234"
}
댓글
댓글 0개
이 문서에는 댓글을 달 수 없습니다.