Get Accessiblity Info

사용자의 진입 가능 여부 확인을 위한 API

Get Accessiblity Info

GET /api/waitingQueue/{productId}/isAllowed

Access Permissions

Role
Description
ADMIN

관리자

CUSTOMER

구매자

Request Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Path Variables

Name
Type
Description

productId

Long

Product ID

Response

{ 
    true
}

Last updated