/v1/items

Method
GET
Client
USER
ADMIN
USER
누구나 확인 가능 모든 아이템 조회

Request

Authorization

{ "Bear " : "token" }
JSON
복사

Response

Body

{ "status": "OK", "message": "성공", "data": [ { "itemId": 1, "name": "Sample Item", "price": 15000, "imageUri": "http://example.com/images/sample-item.jpg", "category": "ETC", "createdAt": "2024-11-14T13:52:29.693841", "updatedAt": "2024-11-14T13:52:29.693859" }, { "itemId": 2, "name": "Sample Item", "price": 15000, "imageUri": "http://example.com/images/sample-item.jpg", "category": "ETC", "createdAt": "2024-11-14T13:53:14.733637", "updatedAt": "2024-11-14T13:53:14.733654" } ] }
JSON
복사