Search Hub Infos

Search infos

GET /api/hubs

Access Permissions

MASTER

마스터

HUB_MANAGER

허브 관리자

COMPANY

업체

SHIPPER

배송 담당자

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Parameters

Name
Type
Description

Pageable

Pageable

페이징 처리 객체

Response

[
  {
    "id": 1,
    "userId": "baedal123",
    "userName": "김배달",
    "phoneNumber": "010-1234-1234",
    "userRole": "Shipper"
  },
  {
    "id": 2,
    "userId": "baedal124",
    "userName": "최배달",
    "phoneNumber": "010-1234-1235",
    "userRole": "Shipper"
  }
]

Last updated