Get Search Companies

GET /companies?query=

Access Permissions

MASTER

마스터

HUB_MANAGER

허브 관리자

HUB_COMPANY

업체

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Body

Name
Type
Description

Pageable

Pageable

페이징 처리 객체

Response

{
  "id" : "1",
  "hub_id" : "1",
  "name" : "Sparta",
  "type" : "공급 업체",
  "address" : "address"
}

Last updated