Search Product
GET
/api/product
Access Permissions
MASTER
마스터
HUB_ADMIN
허브 관리자
COMPANY
업체
SHIPPER
허브 배송 담당자
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Body
Name
Type
Description
Pageable
Pageable
페이징 처리 객체
Response
{
"id": 1,
"name": "John",
"age": 30
}
Last updated