Description
고객사의 라이선스 상품(교재, 참고서 등)의 사용량을 측정, 산출할 수 있는 데이터를 적재하는 API
Host
production: https://jmk9mhp7t8.execute-api.ap-northeast-2.amazonaws.com/prod
staging: https://jmk9mhp7t8.execute-api.ap-northeast-2.amazonaws.com/staging
Method & Path
POST /license/usage
Request
header parameter
•
Content-Type: application/json
•
Authorization : Bearer + API Key (API Key는 이메일로 전달 예정)
◦
ex) Bearer eyJpZCI6IkMxMDE3IiwibmFtZSI6I
path parameter
•
None
query string 파라미터
•
None
request body
Response
Returns a JSON object with the following properties:
response body
Error Handling (Optional)
Example
200 OK
400 Bad request (body data is omitted)
400 Bad request (body data is not properly encoded)
401 Unauthorized (API Key (token) is invalid)
Cange Log
@6/13/2024 200 성공 응답내 id, message 내용 변경
@2/6/2024 운영 API 업데이트 및 스테이징 API URL invalidate
@12/29/2023 생성됨
